株式会社オブライト
AI2026-05-21

Google Antigravity 2.0 Deep Dive — From IDE to Agent Platform, Gemini CLI Sunset, the $200 Ultra Tier, and the Developer Backlash (Google I/O 2026)

A grounded read of Google Antigravity 2.0 — announced at Google I/O 2026 — from the official sources. Antigravity has shifted from being a VS Code fork to a four-surface platform (desktop app + Antigravity CLI + SDK + Managed Agents) centered on agent orchestration. Covers the June 18, 2026 Gemini CLI / Code Assist IDE shutdown, Gemini 3.5 Flash as the new default, the $200 AI Ultra tier price cut, Gemini Enterprise Agent Platform integration, and the developer backlash over the disappearing IDE experience.


TL;DR

Antigravity 2.0, unveiled at Google I/O 2026 (May 19, 2026 PT), is not a routine IDE update. Four shifts matter:

1. From VS Code fork to agent platform — desktop app + CLI + SDK + Managed Agents as four surfaces on a shared agent harness 2. Sunset of Gemini CLI and the Gemini Code Assist IDE extensions on June 18, 2026, with capabilities migrated into the new Antigravity CLI 3. Gemini 3.5 Flash as the new default and a pricing reshuffle — new AI Ultra at $100/month, top Ultra dropping from $250 to $200/month 4. Enterprise pathway via the Gemini Enterprise Agent Platform (the rebranded Vertex AI) with SOC 2, SSO, and data-residency controls

Meanwhile, forced auto-updates broke the 1.x IDE experience for many users, and the developer forums are loud about it. Sources: TechCrunch, Google's CLI migration notice.

Antigravity 1.0 — A Quick Recap

Antigravity 1.0 shipped on November 18, 2025 as a VS Code fork — an agent-first IDE. Standout pieces: an Agent Manager for orchestrating multiple agents, Walkthroughs/Artifacts for verifying agent runs, a built-in Browser agent for E2E testing, and multi-model support (Gemini 3 Pro/Flash by default, plus Claude Sonnet 4.5 and GPT-OSS). macOS, Windows, Linux; free for individuals.

Effectively, 1.0 was Google's answer to Cursor / Claude Code / Windsurf.

What Changed in 2.0 — The Four-Surface Platform

The defining shift in 2.0 is that Antigravity is no longer one IDE. It is one shared agent harness exposed through four surfaces:

SurfaceRole
Antigravity 2.0 desktop appOrchestration hub: parallel execution, scheduling, sub-agent management
Antigravity CLILightweight Go-based CLI — the successor to Gemini CLI
Antigravity SDKRun the same agent harness on your own infrastructure
Managed Agents (Gemini API)One API call spins up an agent inside an isolated Linux sandbox

Headline Features

- Dynamic sub-agents — a parent agent decomposes a task and spawns workers in parallel - Scheduled tasks — cron-like recurring runs - Native voice commands — speak to the desktop app to drive agents - Tight links to Google AI Studio, Android, and Firebase - Keynote demo: agents built an OS from scratch and ran DOOM. Google reports token cost under $1,000

Gemini Models Inside

Managed Agents default to Gemini 3.5 Flash (announced at I/O 2026). Google's framing: it beats Gemini 3.1 Pro on most benchmarks while running roughly 4× faster than other frontier models in output token speed. Gemini 3 Pro / 3.1 Pro remain selectable. Direct integration of Computer Use in Antigravity 2.0 was discussed in keynote terms only — not explicitly confirmed as a built-in Antigravity feature in the official docs.

Gemini CLI and Code Assist Sunset

Operationally consequential: as of June 18, 2026, Google is shutting down:

- Gemini CLI — folded into Antigravity CLI - Gemini Code Assist IDE extensions (VS Code, JetBrains, etc.) for AI Pro / Ultra / Free users Agent Skills, Hooks, Subagents, and Extensions (renamed to Antigravity plugins) carry over. If you use Gemini CLI in CI/CD, you need a migration to Antigravity CLI before June 18, 2026.

Pricing Reshuffle

PlanMonthlyAntigravity quota
Free tier$0Continued
AI ProunchangedContinued
AI Ultra (new entry tier)$1005× Pro
AI Ultra Premium$250 → $20020× Pro
Managed Agentsmetered via Gemini APIn/a

The $200 tier puts Antigravity in the same band as Cursor Ultra, Claude Code Max 20x, and Windsurf Max.

Enterprise Path — Gemini Enterprise Agent Platform

Managed Agents have a procurement-ready cousin: the Gemini Enterprise Agent Platform, with SOC 2, residency, SSO, and enterprise SLAs. Inference happens inside your secure Cloud boundary on Agent Platform models, inheriting Google Cloud's data terms. Sources: Google Cloud Blog, Managed Agents docs.

How It Compares (May 2026)

ProductStanceEdgeTop tier
Antigravity 2.0Agent orchestration firstSub-agents, scheduling, Gemini Enterprise hookAI Ultra $200/mo
Cursor 3Inline edit + agent modeBuild in Parallel, Composer 2.5Ultra $200/mo
Claude CodeTerminal-native agentLarge-repo reasoning, automatic worktree isolationMax 20x $200/mo
WindsurfMonorepo-friendlyCascade context retrievalMax $200/mo

Antigravity differentiates on direct Gemini Enterprise connectivity and Managed Agents over one API call — a different shape from Claude Code's local supervisor + worktree pattern.

The Developer Backlash

Forced auto-updates broke the 1.x integrated IDE experience for many users. Threads on Google AI Developers Forum carry titles like "The WORST IDE for development — V2.0 is a disaster" and "Drag back to the stone age — give us the IDE back."

Reported symptoms: missing terminal, source control, sidebar, and Remote-WSL after auto-update; 404 errors from Google CDN; AppData split between `\Roaming\Antigravity` (old) and `\Roaming\Antigravity IDE` (new), with the IDE shipping as a separate download. Workarounds: rollback to 1.23.2 with auto-update disabled, manual copy of old config, or offloading heavy work to Managed Agents via AI Studio / Cloud Run. Sources: Piunikaweb, Techloy.

Adoption Decision Points for Japanese Enterprises

1. Workflow-break risk — version pinning and structured update validation are mandatory after the 2.0 disruption 2. Cost — $200/mo top tier matches the field; Pro $20 is fine for PoCs 3. Procurement/security — Gemini Enterprise Agent Platform is the realistic enterprise path; desktop-only deployments are an individual-developer story 4. Model choice — Gemini 3.5 Flash / 3 Pro plus Claude / GPT-OSS lets you align with internal model policy 5. CLI migration — if you rely on Gemini CLI in CI/CD, you have until June 18, 2026 6. Japanese UI / support — not officially documented; verify before deployment

Our AI consulting practice usually pairs adoption with a vendor-portable workflow, staged update intake, and an external-FDE layer for on-site enablement.

What Wasn't Officially Confirmed

As of May 2026, the following are not in the official sources:

- Whether Gemini 3 Computer Use is wired into Antigravity 2.0's in-IDE agent path - Full Japanese UI and Japan-region-only data residency for Antigravity 2.0 - Open-source status of the Antigravity SDK (license, GitHub availability)

FAQ

Q1. Can I stay on 1.0? A. Yes — roll back to 1.23.2 and disable auto-update. Google's support runway is finite though. Q2. Deadline for Gemini CLI migration? A. June 18, 2026 for AI Pro / Ultra / Free users. Q3. Can Antigravity use Claude or GPT? A. Yes. Multi-model is preserved from 1.0. Q4. Desktop or Gemini Enterprise for production? A. For data residency, SSO, and SLAs, Gemini Enterprise Agent Platform — not desktop. Q5. Managed Agents cost? A. Metered via Gemini API. Google's OS+DOOM demo came in under $1,000 in tokens, but realistic enterprise workloads can be a different order of magnitude. Q6. Is the UI fully Japanese-localized? A. Japanese-language blog coverage exists, but full Japanese localization isn't explicitly documented. Verify on a current build before rollout.

Bottom Line

Antigravity 2.0 is a strategic descent from the IDE wars onto the enterprise agent operations layer. Short-term cost is migration pain — Gemini CLI sunset and the IDE rearrangement. Medium-term reward is that one API call now spins up a customer-bespoke, enterprise-grade agent when paired with Gemini Enterprise Agent Platform. Evaluate it alongside Claude Code Agent View and OpenAI Symphony.

References

Feel free to contact us

Contact Us