Skip to content

fix(antigravity): drop .sandbox subdomain on daily-cloudcode-pa base URL#2300

Open
ryneivy wants to merge 1 commit intoWei-Shaw:mainfrom
ryneivy:fix/antigravity-daily-base-url
Open

fix(antigravity): drop .sandbox subdomain on daily-cloudcode-pa base URL#2300
ryneivy wants to merge 1 commit intoWei-Shaw:mainfrom
ryneivy:fix/antigravity-daily-base-url

Conversation

@ryneivy
Copy link
Copy Markdown

@ryneivy ryneivy commented May 8, 2026

Fixes #2164: chat completion requests through Antigravity OAuth accounts return the stub "This version of Antigravity is no longer supported" with zero token usage, regardless of client version metadata.

Root cause: ForwardBaseURLs() rotates daily first, and the daily host was set to daily-cloudcode-pa.sandbox.googleapis.com, which is no longer the production daily endpoint and returns the version-gating stub for any request. The actual Antigravity client uses daily-cloudcode-pa.googleapis.com (no .sandbox subdomain).

Verified: claude-opus-4-6, claude-sonnet-4-6, gpt-oss-120b-medium all return real inference (non-zero token usage) after the fix.

Fixes Wei-Shaw#2164: chat completion requests through Antigravity OAuth accounts
return the stub "This version of Antigravity is no longer supported"
with zero token usage, regardless of client version metadata.

Root cause: ForwardBaseURLs() rotates daily first, and the daily host
was set to daily-cloudcode-pa.sandbox.googleapis.com, which is no
longer the production daily endpoint and returns the version-gating
stub for any request. The actual Antigravity client uses
daily-cloudcode-pa.googleapis.com (no .sandbox subdomain).

Verified: claude-opus-4-6, claude-sonnet-4-6, gpt-oss-120b-medium
all return real inference (non-zero token usage) after the fix.
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

All contributors have signed the CLA. ✅
Posted by the CLA Assistant Lite bot.

@ryneivy
Copy link
Copy Markdown
Author

ryneivy commented May 8, 2026

I have read the CLA Document and I hereby sign the CLA

github-actions Bot added a commit that referenced this pull request May 8, 2026
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.

This version of Antigravity is no longer supported. Please upgrade to receive the latest features.

1 participant