Can AG build an auto accept for terminal commands?

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.

1 Like