feat: migrate add-on from Gemini CLI to Antigravity CLI (agy) (#10) - #12
Open
gplasky wants to merge 14 commits into
Open
feat: migrate add-on from Gemini CLI to Antigravity CLI (agy) (#10)#12gplasky wants to merge 14 commits into
gplasky wants to merge 14 commits into
Conversation
Remove .github/workflows/gemini-cli-review.yml and .github/workflows/gemini.yml. Both workflow files attempted to call googles/gemini-code-action@v1, which is not a valid or accessible GitHub Action repository, causing GitHub Actions runs on pull requests to fail with 'Unable to resolve action googles/gemini-code-action, repository not found'.
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.
Fixes #10
Summary of Changes
This PR updates the Home Assistant add-on to migrate from the sunsetting Gemini CLI to Google's official Antigravity CLI (
agy).🚀 Key Improvements
CLI Migration & Docker Build:
@google/gemini-cliwith Google's official Antigravity CLI installer (curl -fsSL https://antigravity.google/cli/install.sh | bash).build.yamlin favor of inlining multi-archBUILD_FROMand OCI metadata labels directly intoDockerfile.agyin/usr/local/bin/agy.Backward Compatibility:
/usr/local/bin/geminialias script to route legacygeminicommands smoothly toagy.GEMINI_API_KEYenvironment variables alongsideANTIGRAVITY_API_KEY.GEMINI.mdcontext files.MCP Configuration:
settings.jsoninto standalonemcp_config.jsonas required byagy.Branding & Assets Refresh:
icon.pngandlogo.png) with official Antigravity full-color branding.Automated Testing:
tests/test_config_and_scripts.py) to validate shell script syntax (bash -n), configuration structure, fallback aliases, and installation logic.Verification
python3 -m unittest discover -s tests).