Beta Release v1.3.1-beta.0
⚠️ This is a beta release for testing. Use at your own risk.
Base version: 1.3.1
Compare changes: v1.3.0...v1.3.1-beta.0
- chore: remove subrepos from tracking, revert tsconfig.json (943ce66)
- chore: remove .hive workflow files, test artifacts, bump version to 1.3.1-beta.0 (09a7ae4)
- fix: strip thinking blocks from tool_use content when no valid cached signature is available (adc2b40)
- hive: merge 01-create-test-file-structure (squashed) (edfd856)
- fix: add temporary file pattern to gitignore entries and improve error handling in saveAccounts function (994e0d0)
- refactor: unify synthetic thinking injection with debug text handling (f66f8aa)
- test: update ensureThoughtSignature test for sentinel fallback (78b6d17)
- hive: merge 05-add-tests-for-providermetadata-conversion (squashed) (0c064d8)
- hive: merge 04-add-signature-recovery-fallback (squashed) (d0bd601)
- hive: merge 03-add-signature-caching-on-response-transformation (squashed) (0f21acd)
- hive(02-add-providermetadata-conversion-in-transformthinkingparts): Added providerMetadata conversion in transformThin (73d68e7)
- hive(01-add-providermetadata-conversion-in-transformgeminicandidate): Added providerMetadata conversion in transformGemi (bae6a8f)
- fix: v1.3.1 bugfixes - Zod v4 upgrade, keep_thinking, tool params, auth headers, quiet_mode (814709c)
- fix: improve interactive account menu reliability (4d30357)
- Fix image quota wait time calculation (973dfbb)
- Fix image quota wait time calculation (2431459)
- feat: add configurable rate limit retry delays (2845cd9)
Install Beta
Update your opencode.json:
{
"plugin": ["opencode-antigravity-auth@1.3.1-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