[Feature Request] True YOLO Mode — Bypass ALL Accept/Reject Confirmations

Problem

When using Antigravity IDE with “Always Proceed” and “Turbo” mode enabled for terminal commands, the Accept/Reject confirmation dialog still appears for every terminal command. This defeats the purpose of autonomous agent execution.

What I’ve Tried (All Failed)

  • Settings → Terminal Command Auto Execution → “Turbo”

  • Settings → Agent Review Policy → “Always Proceed”

  • Installed pesosz.antigravity-auto-accept extension v1.0.3

  • Added .agent/rules with YOLO directives

  • Modified settings.json with all known YOLO keys

  • Set SafeToAutoRun: true on all commands

None of these methods successfully bypass the Accept/Reject dialog.

Expected Behavior

When “Turbo” mode and “Always Proceed” are both enabled, ALL terminal commands should execute automatically without any confirmation dialog.

Feature Request

Please implement a true YOLO mode that:

  1. Completely bypasses all Accept/Reject dialogs when explicitly enabled

  2. Respects the user’s choice to enable autonomous execution

  3. Works consistently across all action types (terminal, file edits, browser)

  4. Can be toggled with a single setting or keyboard shortcut

Similar to Claude Code’s --dangerously-skip-permissions flag, power users who understand the risks should be allowed to opt-in to fully autonomous operation.

Environment

  • Antigravity IDE (latest, Feb 2026)

  • Windows 11

  • Extension: pesosz.antigravity-auto-accept v1.0.3

2 Likes

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 it a star if helped!

2 Likes

Is there any way to automatically allow all links/URLs as well? Right now it still prompts for URLs instead of bypassing the confirmation.

You talking about Browser Agent? Please create a issue with feature request in repo. So I can track all bugs better

Hi Everyone,

Thanks @Kanezal for providing the community solution in the meantime.
Thank you @jyongchulwp for your feedback. We appreciate you taking the time to share your thoughts with us, and we’ll be filing a feature request.
We have escalated the issue to our internal teams for thorough investigation, you can follow the main thread for updates