telexed ~ c / 5d60ea35-f9bradar:40 · agent_toolLIVE
← back
NO.
#5d60ea35
Topic
AGENTS & TOOLS
Source
Google AI Forum
Published
2026-05-20 06:14:23
Importance
★ 4/10 — radar 40
`Antigravity IDE` update migration can fail on existing `mcp_config.json` symlink
FIG-0561:1

`Antigravity IDE` update migration can fail on existing `mcp_config.json` symlink

Auto-update may break project access when the migration hits an existing symlink. Check the config path before updating; the blast radius is narrow but painful.

[ KEY POINTS ]
  1. Failure happens during the move from ~/.gemini/antigravity to ~/.gemini/antigravity-ide; existing mcp_config.json symlink triggers EEXIST.
  2. Reported on macOS darwin-arm64 while updating to 2.0.1; the wizard aborts mid-migration and blocks existing project opens.
  3. Practical workaround: inspect or remove the destination symlink before update. The app needs overwrite/unlink handling in its copy step.
Originaldiscuss.ai.google.dev/t/antigravity-bug-report-ide-wizard-migration-failure-on-update/145851Read original →

// related