previously, extensions like antigravity panel toolkit can automate the auto accept … now after using the latest version of AG, it doesn’t work anymore. I have to keep clicking run for most terminal commands even though I set to always proceed. This disrupts the process significantly. I even tried to add rules in the global rules but it doesn’t work. I even tried instructing the agent to avoid using terminal commands but it always end up using terminal commands. Seems like a hard habit to kick for the agent. I’m using mostly Claude Opus 4.6.
searching for a solution too. its a dayjob to press run
Found the root cause — missing useEffect in the run_command renderer. Made a patcher that fixes it: github.com/Kanezal/better-antigravity. Works across versions (regex matching, not hardcoded var names). node fixes/auto-run-fix/patch.js → restart → done.
Hi @MrCurlyMole ,
To ensure you have the latest performance improvements and fixes, please download and install the newest version of Antigravity from our official download page (Google Antigravity).
It has been 28 days since I posted this. I have used community solutions and then it got updated by AG’s new versions and didn’t work. I got fed up waiting for AG’s fix and built my own solution which works for me so far.
This issue is finally fixed. Latest AG v1.22.2 fixed the terminal command issue and most of the autorun issues except the browser URL prompts.