Prefer Antigravity CLI for Gemini agent#730
Conversation
roborev: Combined Review (
|
|
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
roborev: Combined Review (
|
roborev: Combined Review (
|
roborev: Combined Review (
|
roborev: Combined Review (
|
7dc7c0e to
ea925a1
Compare
roborev: Combined Review (
|
|
given that this effectively removes the ability to specify a model / reasoning effort for gemini (other than what it used last) should we make this change now? Its going to be forced on us regardless soonish. |
- Pass Antigravity prompts over stdin - Handle Antigravity Gemini model constraints - Select Gemini CLI for explicit models
ea925a1 to
e602701
Compare
roborev: Combined Review (
|
Due to google deprecating the gemini cli we need this one. The antigravity CLI lacks a LOT of the functionality that we currently rely on (like --model) so we are forced to make some compromises :(
Summary
agyCLI for the existing Gemini agent while falling back to legacygemini--sandboxand--dangerously-skip-permissionsValidation
printf 'Return exactly: ok\\n' | agy --print --print-timeout 30s --sandbox\n-go test ./internal/agent\n-go vet ./...\n-go test ./...