Beta Release v1.3.1-beta.1
⚠️ This is a beta release for testing. Use at your own risk.
Base version: 1.3.1
Compare changes: v1.3.1-beta.0...v1.3.1-beta.1
- refactor(AccountManager): improve toast debouncing logic for account switch notifications (3d81fce)
- Bump version to 1.3.1-beta.1 (721acc5)
- hive: merge 08-write-comprehensive-tests (squashed) (458ffc8)
- hive: merge 09-update-documentation (squashed) (0952853)
- feat(fingerprint): add fingerprint restore operations to AccountManager (7bdcdd5)
- hive: merge 06-extend-per-account-fingerprint-history (squashed) (0c2ed61)
- hive: merge 05-add-exponential-backoff-for-503529 (squashed) (b9fc394)
- hive: merge 04-enhance-duration-parsing-for-go-format (squashed) (f8ab8ca)
- hive: merge 02-implement-cachefirst-scheduling-mode (squashed) (c183fc2)
- hive: merge 03-add-failure-count-ttl-expiration (squashed) (6ab5c56)
- hive: merge 01-add-scheduling-mode-configuration (squashed) (38ec23f)
- hive: merge 03-add-fingerprint-to-debug-output (squashed) (f72f8f1)
- hive: merge 02-persist-fingerprint-per-account (squashed) (c3b116c)
- hive: merge 01-add-fingerprint-to-storage-schema (squashed) (446fe29)
- fix(ratelimit): remove duplicate sleep call (c883db4)
- fix(ratelimit): implement capacity retry limit to prevent infinite loops (Greptile review) (256c68a)
- fix(ratelimit): reorder parsing logic to prioritize capacity checks (CodeRabbit review) (b1f4921)
- fix(ratelimit): correct loop retry logic and prevent state pollution (CodeRabbit review) (8df4735)
- fix(test): resolve TS2554 by passing required arguments to parseRateLimitReason (7ec3322)
- fix(ratelimit): refine logic based on AI review (remove 500, fix state pollution) (64d93f0)
- fix(ratelimit): implement robust handling for capacity/5xx errors (parity with Antigravity-Manager) (7450cce)
- fix(model-resolver): prevent tier suffix on image generation models (4bf2555)
- hive: merge 03-fix-toast-debounce-for-any-switch (squashed) (99596fc)
- hive: merge 02-fix-lastused-timing (squashed) (734c0c0)
- hive: merge 01-add-stickiness-to-selecthybridaccount (squashed) (a22a4d8)
- hive: merge 02-integrate-into-request-headers (squashed) (924df6f)
- hive: merge 01-create-fingerprint-module (squashed) (0e92cb3)
- fix(triage): change labelsToRemove declaration from const to let for flexibility (dd3385a)
- fix(triage): enhance triage logic to prevent skipping issues with 'needs-triage' label and refine label removal process (6337b52)
- fix(triage): change labelsToAdd declaration from const to let for flexibility (0fa210a)
- fix(triage): enhance label management by removing conflicts and enforcing single label selection (eec6f46)
- feat(triage): streamline issue triage process and enhance validation (ddb7c1a)
- fix(triage): remove model and variant parameters (df7384a)
- feat(triage): switch to self-hosted runner and opencode cli (561b464)
- feat(pi): add opencode cli setup script (58f0530)
- feat(ci): add scripts for setting up self-hosted raspberry pi runner (058d302)
- chore(triage): add few-shot examples to prompt to enforce read-only mode (a630d1e)
- chore(triage): harden prompt against code modification (a4b60dc)
- fix(triage): increase workflow timeout to 30m and forbid questions (78e8703)
- fix(triage): prevent infinite coding loops and fix gemini fallback limits (06824ff)
- fix: update source context and API endpoint in issue triage workflow (64d77cb)
- fix: improve session handling in issue triage workflow (de21a44)
- feat: enhance issue triage workflow (02a38b1)
- feat: add issue triage workflow for automated issue management (37ba030)
Install Beta
Update your opencode.json:
{
"plugin": ["opencode-antigravity-auth@1.3.1-beta.1"]
}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