Google's deprecation window for the Gemini CLI closes today, June 18, 2026. From this date, the Gemini CLI and Gemini Code Assist IDE extensions stop serving requests for Google AI Pro, Ultra, and free-tier users. Those users must migrate to the Antigravity CLI, the Go-based agent-first tool Google made generally available on May 19. Customers on Gemini Code Assist Standard, Enterprise, or the GitHub-via-Google-Cloud track keep their existing access — only the consumer and Pro/Ultra surfaces are being collapsed into Antigravity.

Antigravity is not a rename. It is built for asynchronous multi-agent workflows — multiple agents can orchestrate tasks in the background without blocking the terminal — and ports the most-used Gemini CLI features as plugins: Agent Skills, Hooks, Subagents, and Extensions. Feature parity is incomplete on day one, which is why Google has been nudging users for a full month rather than flipping a switch. Existing automation built against the Gemini CLI binary will need to be rewritten against the Antigravity entrypoint.

This is part of a broader pattern. The frontier labs are each consolidating their developer surface around an agent-first runtime — Anthropic with Claude Code, OpenAI with Codex Cloud, Google with Antigravity. The new design center is "a CLI that runs agents," not "a CLI that wraps a chat completion." Expect the same migration pressure across the other vendors as they retire their first-generation, single-turn CLI tools in favor of orchestration-aware ones.

Takeaway for learners: if any of your scripts call the Gemini CLI on a free or Pro account, expect them to break today. Migrate now, and use the opportunity to think about which of your scripts should actually be agent workflows. The fact that Google is forcing this transition tells you which way the developer-tools market is heading.