IDE-shaped surface backed by Gemini. Built-in planner agent + editor agent + review pass. Best when the repo is large enough that smaller-context IDEs lose the thread.
Antigravity (Google)
Antigravity is Google's answer to Cursor. The differentiator: Gemini's 2M-token context window means the IDE can hold the entire repo in its working memory. Best fit when your codebase is big and your platform is already Google.
Same role as the other ship-code variants. CodeRabbit is the consistent reviewer across IDE choices.
- antigravityFree preview
- coderabbitFree (OSS)
- antigravity~$20 (post-GA est.)
- coderabbit$12/dev
- antigravity~$100 (5 seats)
- coderabbit$60 (5 devs)
- 1Open the repo in AntigravityAntigravity
Same as VS Code. The first index pass takes a minute or two for a large repo; subsequent prompts use the cached context.
- 2Hand the planner the ticketAntigravity
Antigravity's planner agent reads the whole repo. Generates a plan that respects existing patterns.
- 3Editor agent applies the planAntigravity
Multi-file edits with diffs you accept hunk-by-hunk. The 2M context means it rarely loses the thread mid-refactor.
- 4PR + CodeRabbit reviewCodeRabbit
Standard `gh pr create` flow. CodeRabbit posts inline review.
- 5Apply review fixesAntigravity
Bounce findings back to the editor agent. The whole-repo context makes review-fix patches especially clean.
Ran a 4-week refactor (replacing an internal pubsub layer) with Antigravity as the primary IDE. The 2M-context kept the agent on-track across ~30 files; previous attempt with a smaller-context IDE drifted by file 12.
Antigravity is in preview. Quotas, model availability, and pricing may shift before GA. Don't bet a deadline on a specific feature without a fallback IDE.
If your repo has committed .env or service-account keys, the agent will happily quote them in chat. Audit git history before pointing the agent at the repo.