Migrate the Gemini engine to Antigravity CLI#34554
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
@copilot implement codemod in go using existing codemod infrastructure |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Implemented in 0fba22e: the standalone Python script is replaced with a Go codemod registered in the existing |
|
@copilot rename smoke-Gemini to smoke-antigravity, update cli version checker |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Addressed in 295d650: renamed the remaining smoke Antigravity prompt text/file names and updated the CLI version checker to include Antigravity CLI plus the correct version constants source. |
|
@copilot track all occurrences of Gemini and upgrade if necessary. Keep codemod and historical blogs, docs. Add note in docs that Gemini is now antigravity |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Addressed in 6bc8972: swept the remaining non-historical Gemini references, kept the migration codemod/legacy diagnostics intact, added docs notes that Gemini is now Antigravity, renamed the daily model inventory Antigravity collector job, and refreshed the generated lockfile and WASM goldens. |
|
@copilot merge main and recompile |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
81d10d5: |
|
@copilot review all changes |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
@copilot GEMINI_API_KEY is outdated and should not be supported anymore. |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
This change makes the Google engine migration explicit and breaking:
engine: geminiis removed,engine: antigravitybecomes the supported replacement, execution moves toagy, and workflows now requireANTIGRAVITY_API_KEY. It also adds codemod support so repository workflows, scripts, tests, docs, and generated references can be rewritten consistently.Engine/runtime migration
antigravityin the engine registry, catalog, constants, and built-in engine definition.geminitoagy.Breaking failure mode
engine: gemini is no longer supported. Run the Antigravity migration codemod and configure ANTIGRAVITY_API_KEY.gemini.Credential migration
GEMINI_API_KEYtoANTIGRAVITY_API_KEY.GEMINI_API_KEYis present, instead of silently accepting legacy configuration.Setup, MCP, and log parsing
.antigravity/settings.json.Codemod support
scripts/antigravity_codemod.pyfor repository-wide migration with:Tests and generated references
Example migration:
pr-sous-chef: updated branch via run 26382126309.