Add Antigravity CLI (agy) as the gemini replacement orchestrator - #82
Merged
Conversation
The packaged example roster documents an antigravity sub entry —
agy -p {prompt}, parse: plain — verified live on agy 1.0.10/1.0.16:
bare response on stdout, exit 0, ~5s, rides the old gemini CLI's
~/.gemini OAuth. Restores the third orchestrator slot emptied by the
2026-06-18 gemini sunset. No delegate injection (agy exposes no
per-invocation MCP flags; #81 tracks it) and no scrub_env (agy reads
no GEMINI_API_KEY/GOOGLE_API_KEY — OAuth is the only auth path).
Live suite: the sunset-skip gemini test becomes a real antigravity
round-trip (skips when agy is absent). Stale gemini mentions swept
from docstrings, the tier-table, and the example-roster markers.
Fixes #61.
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
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
Fixes #61 — evaluates and adopts Antigravity CLI (
agy) as the replacement for the sunsetgeminiCLI:geminiexample becomes anantigravityexample —cmd: ["agy", "-p", "{prompt}"],parse: plain. Documented stances: nodelegate_args(agy 1.0.10/1.0.16 exposes no per-invocation MCP flags — [feature] antigravity orchestrator: delegate injection when agy grows per-invocation MCP flags #81 tracks delegation when it does) and noscrub_env(verified against the binary: agy reads noGEMINI_API_KEY/GOOGLE_API_KEY, so unlike the old CLI there is no API-key path to divert billing through).run_once(model="antigravity")round-trip, skipping whenagyis absent.claude/codex/geminidocstring mentions updated.The operator roster on this machine now runs antigravity in the rotation (machine-local config, not in this diff):
orchestrators: [claude, codex, antigravity].Why
The gemini CLI sunset for individuals on 2026-06-18, leaving a two-orchestrator rotation. Antigravity is Google's successor, rides the same
~/.geminiOAuth, and its--printmode is a clean headless fit for the existingCliAdapter— no code changes needed, config only.Test plan
make test).agy -pprobe (bare stdout, exit 0, ~5s, no stderr noise); pinnedrun_once(model="antigravity")→PONGthrough the real stack; the new live test green in 4.6s (independently re-run by the Critic on agy 1.0.16); rotation confirmed to include antigravity.--model geminiusage example, remaining gemini docstring mentions, version/env-verification notes in the roster comment).Fixes #61.
🤖 Generated with Claude Code