docs: migrate gemini cli references to antigravity (agy) - #176
Merged
Conversation
Google retired the gemini CLI on 2026-06-18. Update engineer skills, marketing agents, the new/migrate cli pages, and the gemini workflow tutorial across the EN and VI locales to use agy (Antigravity) and its installer, and fix a wrong-scope @anthropic-ai/gemini-cli typo. Gemini API and model-name content is unchanged. Pairs with claudekit-engineer#858, claudekit-marketing#64, claudekit-cli#902. astro build passes (584 pages).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Google retired the
geminiCLI on 2026-06-18 for free, AI Pro, and Ultra tiers. The docs site still taught the gemini CLI in many places. This migrates that content toagy(Antigravity CLI), the successor.Changes
src/content/docs/, VIsrc/content/docs-vi/).agyinvocations and the global~/.gemini/config/mcp_config.jsonMCP path.cli/new.md: the--geminiflag now documents that it installs the Antigravity (agy) CLI. Flag token kept.cli/migrate.md: kept the provider row, added a retirement note.workflows/gemini.md: the Claude Code vs CLI comparison now uses agy. The Gemini API vision tutorial part is unchanged.@anthropic-ai/gemini-cliinstall typo (replaced with the agy installer).Out of scope (unchanged)
Gemini API and model-name content (google-genai SDK, Imagen, Veo,
GEMINI_API_KEY, model ids likegemini-2.5-flash). That API still works.Validation
bun run buildpasses: 584 pages, link validator and frontmatter checks clean.Related
Pairs with claudekit-engineer#858, claudekit-marketing#64, claudekit-cli#902.