Bug: Agent ignores default IDE shell (PowerShell 7) and Terminal Auto-Execute "Always Proceed" setting is broken

I am experiencing two frustrating regressions with the terminal integration in the latest release:

1. Ignores IDE Default Shell The agent consistently uses PowerShell 5 instead of respecting the IDE’s configured default shell. My IDE is explicitly set up to use PowerShell 7, but the agent completely ignores this and defaults back to PS 5.

2. “Always Proceed” for Terminal Commands is broken In the extension settings, I have “Terminal Command Auto Execution” set to “Always Proceed” (see screenshot). However, this setting is completely ignored. The agent still pauses and requires me to manually click “Allow” or “Accept” for every single terminal command. This completely breaks the automated workflow and wastes a lot of time.

Environment Details:

  • OS: Windows

  • Expected Shell: PowerShell 7

  • Actual Agent Shell: PowerShell 5

  • Setting: “Terminal Command Auto Execution” → “Always Proceed”

1 Like

Hi @boparaiamrit ,

Welcome to the AI Forum!
Thank you for flagging this issue. We recommend updating to the latest version (i.e, 1.19.5) of Antigravity and checking whether the issue still occurs. Please let us know if the problem persists after updating.

the problem presists.

yeah. AG needs to fix this. or it could be a VS code/editor settings issue.

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.

Give repo a star if it helped you!