fix: use new hub endpoint for Base App version checks - #87
Merged
Conversation
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>
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
Google moved the Base App version API from
antigravity-auto-updater-*.run.apptoantigravity-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.scripts/check-version.shandscripts/update-version.shat the new-hub-endpoint (2 lines)2.8.1-6512087774658560inartifacts/versions.jsonvia./scripts/update-version.sh(all four platforms, SRI hashes fromnix-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
2.0.0-6324554176528384(the stale version)2.8.1-6512087774658560nix build .#defaultsucceeds with the new hashesnix flake checkpasses--versionno longer prints-and-exits in 2.8.1, it launches the GUI)🤖 Generated with Claude Code