v0.6.0: replace retired gemini agent with agy (Antigravity CLI) + integration tests - #9
Merged
Conversation
… to reviewed commit
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.
Summary
Google retires the Gemini CLI on 2026-06-18; its successor is the Antigravity CLI (
agy). This PR swaps the agent, hardens the pipeline, and adds a deterministic offline integration test suite — releasing as v0.6.0.agyagent replacesgemini(breaking:gemininow exits with a migration message). Invocation details verified against the real CLI:--add-dir <project>(agents launch from the operator's CWD),--print-timeoutpinned 60s above the fixbuddy watchdog (agy exits 0 on its internal timeout — also detected via output and reclassified as rc=124 →fix:blocked/auto-requeue),--sandboxon verify/review as defense in depth (agy has no read-only mode).tests/integration.sh, 14 scenarios): stubgh/agent CLIs + a local bare repo asorigin, so branches/commits/pushes are real. Covers happy path, false positive, review rejection, check gate, dry-run read-only, crash classification, the agy invocation contract, and the new read-only-stage guards. Wired into CI.SHA256SUMS,findings.md→docs/audit/.Test Plan
bash -n(each script individually) +shellcheck(default severity, mirrors CI) cleantests/integration.sh: 14 passed, 0 failed (offline, no API keys)Release steps after merge
git tag v0.6.0 && git push origin v0.6.0git tag -f v1 v0.6.0 && git push origin v1 --force🤖 Generated with Claude Code