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

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:

  1. Terminal Command Auto Execution: Set to Always Proceed

  2. Review Policy: Set to Always Proceed

  3. Secure Mode: Disabled

  4. 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?

5 Likes

100% all the time. makes it almost unusable.

1 Like

Thank you for flagging this issue. I have observed the same behavior and have escalated the matter to the relevant engineering team. To help us with deeper investigation, please provide any supporting details, such as logs or screenshots, if available.

Images were not provided because there is a limit on the number of uploads for new users. Additionally, I’ve had trouble in the past when trying to attach image URLs.

Instead, I have attached the list of allowed commands, which I believe is sufficient.

Thanks,

I report the same issue. Permissions are ignored and keep stopping the flow.

Yes having the same issues !