Skip to content

feat: replace Gemini CLI with Antigravity CLI (agy v1.0.10)#18

Open
AstrumBot wants to merge 2 commits into
Nyrest:mainfrom
AstrumBot:feat/add-antigravity-cli-rm-gemini
Open

feat: replace Gemini CLI with Antigravity CLI (agy v1.0.10)#18
AstrumBot wants to merge 2 commits into
Nyrest:mainfrom
AstrumBot:feat/add-antigravity-cli-rm-gemini

Conversation

@AstrumBot

@AstrumBot AstrumBot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Summary

Replace the Gemini CLI (@google/gemini-cli@0.42.0) with the Antigravity CLI (agy v1.0.10).

Changes

Removed

  • Gemini CLI: Removed @google/gemini-cli@0.42.0 from versions/bun-global-packages.txt
  • Removed gemini from existence check and version assertion in verify-runtime.sh

Added

  • Antigravity CLI v1.0.10 (agy): Pinned binary download from Google Cloud Storage with SHA-512 verification
    • amd64: cli_linux_x64.tar.gz
    • arm64: cli_linux_arm64.tar.gz
    • Binary installed to /usr/local/bin/agy
  • Added version and SHA-512 pins to versions/tool-versions.env
  • Added agy to base commands existence check and version assertion in verify-runtime.sh

CI Fix

  • Added free-disk-space step before Docker build to remove unused SDKs
  • Changed cache-to mode from max to min to reduce disk usage

Build Verification

  • Lite image: ✅ Passed (build + verify + Trivy scan)
  • Full image: ✅ All 12 build steps completed (disk space fix applied to docker load step)

Files Changed

File Change
Dockerfile +23 lines — new RUN layer for Antigravity CLI after kdocs-cli
verify-runtime.sh +1/-2 — replace gemini with agy verification
versions/bun-global-packages.txt -1 line — remove gemini-cli
versions/tool-versions.env +3 lines — pin AGY version + SHA512 hashes
.github/workflows/docker-verify.yml +6/-1 — disk cleanup + cache optimization

- 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
Comment thread Dockerfile
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants