mirror of
https://github.com/NoeFabris/opencode-antigravity-auth.git
synced 2026-05-21 12:54:56 +00:00
- Replace SHORT_RETRY_THRESHOLD_MS with progressive retry logic - First 429: wait 1s, then switch account (if switch_on_first_rate_limit=true) - Second 429: wait 5s, then switch (if switch_on_first_rate_limit=false) - Single account: exponential backoff (1s, 2s, 4s... max 60s) - Add switch_on_first_rate_limit config option (default: true) - Update README with new config documentation Fixes NoeFabris/opencode-antigravity-auth#147