Description
After updating Antigravity to v1.20.3, clicking the browser agent button does nothing. No browser window opens, no log output, no error message — completely silent failure on Windows.
Additionally, when the AI agent tries to use browser_subagent / open_browser_url tool during a conversation, it returns:
local chrome mode is only supported on Linux
This worked correctly on previous versions.
Steps to Reproduce
- Update Antigravity extension to v1.20.3 on Windows
- Click the browser agent button in the UI → nothing happens (no window, no log, no error)
- Ask the AI to use browser_subagent in conversation → fails with “local chrome mode is only supported on Linux”
Expected Behavior
- Clicking browser agent button should open a browser window
browser_subagenttool should work during conversations
Actual Behavior
- UI: Clicking browser agent = zero response, no logs, no errors
- Agent tool:
open_browser_urlfails with “local chrome mode is only supported on Linux”
Environment
- OS: Windows 10/11 (x64)
- Antigravity Version: 1.20.3
- VS Code Version: Latest stable
- Chrome: Installed
- Previous working version: Pre-1.20.3
Impact
Browser agent is completely non-functional on Windows — both UI and agent-side.