Antigravity: bypassPermissions mode still prompts for Edit tool calls
Resolved 💬 3 comments Opened Apr 4, 2026 by shswanson Closed Apr 8, 2026
Summary
The Antigravity desktop app (macOS) still shows "Make this edit to SESH_NOTES.md?" permission prompts even when:
~/.claude/settings.jsonhas"defaultMode": "bypassPermissions"- The "Bypass permissions" UI toggle is enabled in the app
Evidence
- Session config (
~/Library/Application Support/Claude/claude-code-sessions/.../local_*.json) showspermissionMode: acceptEditseven when the UI toggle setschromePermissionMode: skip_all_permission_checks. These two values are disconnected — the toggle changeschromePermissionModebut the session'spermissionModestays at whateverdefaultModewas when the session was created (or possibly the previous default).
- After changing
defaultModetobypassPermissionsin settings.json and starting a new session, the prompt still appears for Edit tool calls. Screenshot shows the standard "Make this edit to X? 1 Yes / 2 No" dialog.
Expected behavior
With bypassPermissions mode (either via settings.json or UI toggle), all tool calls including Edit should execute without prompting.
Environment
- Antigravity desktop app (macOS)
- Claude Code version: 2.1.87
- macOS Darwin 25.4.0
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗