Skip to content

fix: use new hub endpoint for Base App version checks - #87

Merged
jacopone merged 1 commit into
masterfrom
fix/app-version-endpoint
Aug 18, 2026
Merged

fix: use new hub endpoint for Base App version checks#87
jacopone merged 1 commit into
masterfrom
fix/app-version-endpoint

Conversation

@jacopone

Copy link
Copy Markdown
Owner

Summary

Google moved the Base App version API from antigravity-auto-updater-*.run.app to antigravity-hub-auto-updater-*.run.app. The old endpoint still responds HTTP 200 but serves a frozen release list (2.0.0-6324554176528384), so the daily update workflow silently concluded there was no app update — while the IDE and CLI (whose endpoints did not move) kept updating normally. This is why the packaged Base App has been stuck at 2.0.0 since June.

  • Point scripts/check-version.sh and scripts/update-version.sh at the new -hub- endpoint (2 lines)
  • Bump the Base App to 2.8.1-6512087774658560 in artifacts/versions.json via ./scripts/update-version.sh (all four platforms, SRI hashes from nix-prefetch-url)

Closes #84. Supersedes #85 — the endpoint fix there is correct, but that PR is filed from a long-diverged fork master and cannot merge cleanly; the fix is credited to @Daniel-42-z via Co-authored-by.

Verification

  • Old endpoint queried live: returns 2.0.0-6324554176528384 (the stale version)
  • New endpoint queried live: returns 2.8.1-6512087774658560
  • nix build .#default succeeds with the new hashes
  • nix flake check passes
  • The built 2.8.1 app boots (Electron main process starts; note --version no longer prints-and-exits in 2.8.1, it launches the GUI)

🤖 Generated with Claude Code

Google moved the Base App version API from
antigravity-auto-updater-*.run.app to
antigravity-hub-auto-updater-*.run.app. The old endpoint still
responds 200 but serves a frozen release list (2.0.0), so the daily
update workflow silently concluded there was no app update while the
IDE and CLI kept updating.

Point check-version.sh and update-version.sh at the new endpoint and
bump the Base App to 2.8.1-6512087774658560 (all four platforms,
hashes fetched via nix-prefetch-url).

Closes #84

Co-authored-by: Daniel-42-z <Daniel-42-z@users.noreply.github.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@jacopone
jacopone merged commit c004d89 into master Aug 18, 2026
@jacopone
jacopone deleted the fix/app-version-endpoint branch August 18, 2026 15:51
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.

Out of date Antigravity releases are packaged

1 participant