feat: replace Gemini CLI with Antigravity CLI (agy v1.0.10)#18
Open
AstrumBot wants to merge 2 commits into
Open
feat: replace Gemini CLI with Antigravity CLI (agy v1.0.10)#18AstrumBot wants to merge 2 commits into
AstrumBot wants to merge 2 commits into
Conversation
- Remove @google/gemini-cli@0.42.0 from bun global packages - Add Antigravity CLI v1.0.10 with SHA-512 pinned verification - Binary installed as /usr/local/bin/agy (extracted from antigravity binary) - Supports amd64 and arm64 architectures - Update verify-runtime.sh with agy existence check and version assertion
| kdocs-cli version | grep -F "${KDOCS_CLI_VERSION}" | ||
|
|
||
| # Install pinned Antigravity CLI v1.0.10 (agy) | ||
| RUN set -eux; \ |
- Add free-disk-space step before Docker build to remove unused SDKs - Change cache-to mode from max to min to reduce disk usage - Fixes 'no space left on device' during full image import
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
Replace the Gemini CLI (
@google/gemini-cli@0.42.0) with the Antigravity CLI (agyv1.0.10).Changes
Removed
@google/gemini-cli@0.42.0fromversions/bun-global-packages.txtgeminifrom existence check and version assertion inverify-runtime.shAdded
agy): Pinned binary download from Google Cloud Storage with SHA-512 verificationcli_linux_x64.tar.gzcli_linux_arm64.tar.gz/usr/local/bin/agyversions/tool-versions.envagyto base commands existence check and version assertion inverify-runtime.shCI Fix
free-disk-spacestep before Docker build to remove unused SDKscache-tomode frommaxtominto reduce disk usageBuild Verification
docker loadstep)Files Changed
Dockerfileverify-runtime.shversions/bun-global-packages.txtversions/tool-versions.env.github/workflows/docker-verify.yml