Beta Release v1.3.1-beta.3
⚠️ This is a beta release for testing. Use at your own risk.
Base version: 1.3.1
Compare changes: v1.3.1-beta.2...v1.3.1-beta.3
- test: update backoff calculation for MODEL_CAPACITY_EXHAUSTED to include jitter range (a6d885f)
- Update package.json (d4af470)
- fix: address review feedback - remove redundant reset, fix usageMetadata format (3dcabfb)
- feat(rate-limit): add header randomization for fingerprint diversity (2291b8b)
- fix(toast): add 5s debounce for rate limit warning toasts (d8d389b)
- fix(debug): show remaining time instead of raw timestamps in rate limit logs (46cbc32)
- feat(rate-limit): regenerate fingerprint after capacity retry exhaustion (d14343e)
- feat(rate-limit): increase MODEL_CAPACITY backoff to 45s with jitter (8ba160d)
- feat(rate-limit): add configurable request timing jitter (76a0b91)
- docs: add Terms of Service warning and usage recommendations to README (3f562c8)
Install Beta
Update your opencode.json:
{
"plugin": ["opencode-antigravity-auth@1.3.1-beta.3"]
}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