#antigravity re auth

1 messages ยท Page 1 of 1 (latest)

simple plinthBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> โœ… Mark Solution

crimson fractal
#

@edgy anchor

edgy anchorBOT
#

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

edgy anchorBOT
# crimson fractal <@1457407575476801641>

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:

  1. The OAuth callback was failing because Google now requires HTTPS for localhost redirects
  2. Update to 7.49+ (fix: uses 127.0.0.1 instead of localhost)

To check your version:

moltbot --version

If already on latest and still having issues:

  • Run moltbot models status to 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.

crimson fractal
#

gateway disconnects randomly and reconnects; how to fix

#

@edgy anchor

#

..