[Bug] Antigravity still ask permission even command is already on allowed list

they dont fix this now. just ask an ai why they dont fix it. its to manage cost and dont have so much restrain on their servers

I wanted to collect some resources in a central place. In addition to this thread, there’s at least eight others on this issue

  1. Always Run doesn't always run
  2. Always Proceed" Terminal Command Setting Has No Effect
  3. Auto approvement is broken
  4. Auto Approve Broken
  5. "Always Proceed" is not working for "Terminal Command Auto Execution" setting
  6. [Bug] "Always Proceed" Terminal Auto Execution does not auto-execute commands
  7. Bug: Agent ignores default IDE shell (PowerShell 7) and Terminal Auto-Execute "Always Proceed" setting is broken
  8. Auto execution set to “always proceed” does not behave as expected

There are at least 19 extensions fixing this problem

This bug is incredibly trivial to fix. @Kanezal laid out exactly the issue:

Root cause: The run_command step renderer has an onChange handler that auto-confirms when you switch the dropdown, but there’s no useEffect that checks the saved policy at mount time.

// What exists (only fires on dropdown CHANGE):
onChange = useCallback(_ => {
    setPolicy(_), _ === EAGER && confirm(true)
}, [])

// What's MISSING (should fire on mount):
useEffect(() => {
    if (policy === EAGER && !secureMode) confirm(true)
}, [])

I started using Antigravity first (it’s why I bought a Google AI subscription), but given things like this issue not getting fixed, and other things, like a lack of a way to monitor your usage/quota, which has at least 18 different extensions to fix

I’m just not feeling very confident in the future of this product. I hope I’m wrong.

2 Likes

2 months later and this hasnt been fixed. Typical

1 Like

Hello everyone!
Thank you for bringing the issue to our attention. Our engineering team is currently investigating the matter, and we appreciate your patience as we work toward a resolution.

Am I crazy? Or did 1.22.2 fix this?

yes they fixed it and now is my last day. i am moving to cursor

1 Like

Hello,

Thank you for your patience. The reported issue should now be resolved. Please let us know if you encounter any further difficulties.

Still an issue for me:

Antigravity Version: 1.22.2
VSCode OSS Version: 1.107.0 (user setup)
Commit: 62335c71d47037adf0a8de54e250bb8ea6016b15
Date: 2026-04-02T19:49:45.095Z
Electron: 39.2.3
Chromium: 142.0.7444.175
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Windows_NT x64 10.0.26200
Language Server CL: 893628030

Asking for permissions for:

read_file(\\wsl.local\…\code)

All permissions are set to auto proceed.

None of the auto accept features work for me so I have to use the auto accept extension, but the problems are:

  1. AI wants to ask you a question but usually gets forced to GOGOGO (auto accept pushes ai to not stop)
  2. the way auto accept plugin works is a bit buggy, you have to modify the timing and how it works so you can actually type in your prompt while its running, as well as scroll around your chat window while its running

I personally cannot understand how this issue isnt massive enough for them to have fixed it before releasing AG, but I guess the way my mind works is night and day from 99% of google employees.