#antigravity re auth
1 messages ยท Page 1 of 1 (latest)
@edgy anchor
Based on my research: No, you don't need to re-authenticate Antigravity every hour.
Google Antigravity OAuth tokens refresh automatically behind the scenes. The "hourly" issue you're experiencing is likely one of these:
Quota refresh schedules:
- Free users: Weekly quota refresh
- Google AI Pro/Ultra: ~5 hour quota refresh cycle
If you're hitting auth prompts frequently, it's probably rate limits (quota exhaustion) not expired tokens. When you hit the cap, you see "quota exceeded" errors โ wait for the refresh window and you're good again.
Common fix: Check if you're running Claude models on Antigravity. According to recent discussions, Claude models through Antigravity can refresh tokens more frequently (~10 hours) than native Google models (~5 hours for Pro/Ultra).
Link for reference: https://docs.clawd.bot/concepts/models#google-antigravity
The mention of @1457407575476801641 suggests they're pinging someone else about this issue too.
Based on the recent GitHub issue (#2463), there was a bug in 7.48 where Google blocked HTTP localhost OAuth redirects. This was fixed in PR #2535.
If you're on 7.48 specifically:
- The OAuth callback was failing because Google now requires HTTPS for localhost redirects
- Update to 7.49+ (fix: uses
127.0.0.1instead oflocalhost)
To check your version:
moltbot --version
If already on latest and still having issues:
- Run
moltbot models statusto see auth state - The token should auto-refresh โ if it's constantly asking to re-auth, there may be a deeper issue with the OAuth flow
The user being tagged might have more context on whether this is a known issue in their setup.