Beta Release v1.4.5-beta.0
⚠️ This is a beta release for testing. Use at your own risk.
Base version: 1.4.5
Compare changes: v1.4.4-beta.0...v1.4.5-beta.0
- Update MODEL-VARIANTS.md to reflect antigravity model names and configurations (0e61bcb)
- Update README.md to clarify model configuration options (4c18ed3)
- hive(04-handle-menu-action-in-cli): Handled 'configure-models' menu action in cli.ts: (16ff6a2)
- hive(03-add-menu-option-to-auth-menu): Added 'configure-models' action type to AuthMenuAc (29ad476)
- hive(02-add-config-file-update-utility): Created
src/plugin/config/updater.tswith `updat (9b37de6) - hive(01-create-model-configuration-constants): Added typed OPENCODE model definitions with all 9 (f292db9)
- chore: bump version to 1.4.5 (9498e34)
- hive: merge 05-update-readme-documentation (squashed) (50b621d)
- feat: add cli_first config option for quota routing (1a9ee74)
- hive: merge 03-update-plugints-quota-fallback-logic (squashed) (be30096)
- hive: merge 02-update-model-resolver-quotapreference-logic (squashed) (d33f406)
- hive: merge 01-add-clifirst-to-schema-and-types (squashed) (a7535e4)
- fix: prevent empty content arrays from thinking block stripping (f9b3f28)
- feat: enhance thinking block handling and logging for Claude models (9d769db)
- fix: update troubleshooting guide for outdated Antigravity User-Agent and process management (2be5a34)
- fix: skip disabled accounts in proactive token refresh (78bc879)
- fix: improve JSON parsing logic in issue triage workflow (6e717df)
- fix: change working directory before running Opencode Triage CLI (bf6aa54)
- v1.4.3 (0cab39e)
- fix: use ANTIGRAVITY_VERSION in ANTIGRAVITY_HEADERS to prevent version mismatch (6c43fb1)
- remove leftovers of web_search (a8cfcb1)
Install Beta
Update your opencode.json:
{
"plugin": ["opencode-antigravity-auth@1.4.5-beta.0"]
}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