Beta Release v1.3.3-beta.2
⚠️ This is a beta release for testing. Use at your own risk.
Base version: 1.3.3
Compare changes: v1.3.3-beta.1...v1.3.3-beta.2
- feat: removed Fingerprint headers from requests on gemini cli models (13c2060)
- fix: ensure quota refresh process cleans up on missing account (a80f19f)
- feat: implement resolveQuotaGroup function for improved quota management and added debug log (3a61f43)
- Fix quota group selection defaulting to gemini-pro (1d3851c)
- feat: enhance quota management with Gemini CLI support and improved logging (23561ad)
- fix: prevent spin loop on stale quota cache and separate toast flags (aa68462)
- Update README.md (d18e9a3)
- fix: skip sandbox endpoints for Gemini CLI models (9aa21d4)
- feat: add soft quota protection with wait/retry behavior (fd50b30)
Install Beta
Update your opencode.json:
{
"plugin": ["opencode-antigravity-auth@1.3.3-beta.2"]
}Or use the beta tag (always latest beta):
{
"plugin": ["opencode-antigravity-auth@beta"]
}Clear cache if stuck on old version:
rm -rf ~/.cache/opencode/node_modules ~/.cache/opencode/bun.lock