Add Antigravity CLI (agy) to the AI agent list, now that Gemini CLI is enterprise-only #10069
gpompeo
started this conversation in
Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Since June 18, 2026, Gemini CLI no longer serves Google AI Pro/Ultra or free-tier requests — it's now scoped to Gemini Code Assist Standard/Enterprise and paid Enterprise Agent Platform API keys (Google's announcement). For everyone but enterprise users,
omarchy default agent gemini(bin/omarchy-default-agent) and thesetup.default.agent.geminientry indefault/omarchy/omarchy-menu.jsoncnow point at a tool most individual users can no longer actually use.Google's own replacement for individual/free-tier users is Antigravity CLI (binary
agy), which is where that gemini traffic is being redirected. Could Omarchy add it as an agent option — either alongside or in place ofgemini— in:bin/omarchy-default-agent(newantigravity | agy)case)setup.default.agent.*block inomarchy-menu.jsoncOne wrinkle worth flagging: unlike the other agents here, Antigravity CLI isn't distributed as an npm/mise-registry package — it's a Go binary installed via
curl -fsSL https://antigravity.google/cli/install.sh | bash(install docs), so the existingmise where "$agent_package"install check inomarchy-default-agentwould need a different install path for this one (or anaqua/ubimise backend if one exists for it) rather than a plainagent_packagenpm name.Happy to help test/PR this if useful.
All reactions