Beta Release v1.5.0-beta.1
⚠️ This is a beta release for testing. Use at your own risk.
Base version: 1.5.0
Compare changes: v1.4.6...v1.5.0-beta.1
- PR Fixes (eaf8175)
- feat: persist account verification-required state (29b1a5b)
- feat: add verify-all account checks (8118348)
- feat: add account verification action to auth login menu (91b74ce)
- fix: update fallback description for Gemini CLI in multi-account setup (00ec4e2)
- fix: unify gemini routing and deprecate quota_fallback flag (5234cfc)
- fix: advance current index when disabling account to preserve sticky selection (95779b3)
- fix: persist enabled field in account serialization (faca7ca)
- fix: mock storage in tests to prevent data leakage (1d8dffc)
- fix: use saveAccountsReplace for delete to bypass merge (a70d07a)
- fix: sync in-memory state when deleting accounts (80e0e1c)
- fix: sync in-memory accountManager when toggling enabled status (c53ca69)
- fix: disabled accounts still being used in sticky selection (ddcee09)
- fix: respect opencode.jsonc in configure models flow (80b3ffe)
- fix: honor cli_first in routing and add regression tests (ea6139b)
- revert: rollback PR #369 (8700287)
- fix: add typeRoots configuration to tsconfig.json (7c17baa)
- fix: update search model to gemini-2.5-flash and adjust generation configuration (b4ec01b)
- chore: update version to 1.5.0-beta.0 in package.json (319d91d)
- Handle account deletion without stale auth (fb7247f)
- Fix thinking signature reuse for Claude (85957e1)
- Fix excessive disk writes (3000+/sec) from project context auth updates (b941e6c)
- fix: ensure secure permissions on initial file creation and existing files (0683b45)
- fix: set secure file permissions (0600) for credential storage (52deecd)
Install Beta
Update your opencode.json:
{
"plugin": ["opencode-antigravity-auth@1.5.0-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