I am reporting a bug where Antigravity still requests permission to run commands that are explicitly defined in the Allowed List, even with security settings set to maximum autonomy. I cannot attach images, so here are the exact details from my configuration:
The agent pauses execution to ask “Run command?” for the following command: Get-Content user-dashboard-build.log | Set-Content user-dashboard-build-utf8.log -Encoding utf8
My Configuration:
-
Terminal Command Auto Execution: Set to
Always Proceed -
Review Policy: Set to
Always Proceed -
Secure Mode: Disabled
-
My Allowed Command List explicitly includes:
* findstr pnpm * npm * Get-Content Get-Content * Remove-Item * findstr * * * pnpm build pnpm build * Copy-Item * pnpm run build
Despite the wildcard * * and the specific Get-Content * allow rules, the agent still halts and requests manual approval for the Get-Content pipe command shown above.
Has anyone else experienced the agent ignoring the “Always Proceed” and “Allowed List” configurations?