Beta Release v1.2.8-beta.3
⚠️ This is a beta release for testing. Use at your own risk.
Base version: 1.2.8
Compare changes: v1.2.8-beta.2...v1.2.8-beta.3
- fix: Gemini 3 tool schema format and restore thinking deduplication (d39d1f5)
- fix: revert cross-request thinking deduplication (breaks streaming) (23a19dd)
- fix: add minimal level and set Pro default to high per Google docs (f05bd6b)
- fix: thinking level assignment and cross-request duplication (c5b5004)
- feat: complete Gemini 3 variant config overhaul (6cab735)
- fix: ensure Gemini 3 models always have thinkingLevel set (8499629)
- fix: thinking signature, tool schema, and streaming issues (79cfd9a)
- fix: deduplicate thinking blocks in streaming output (#120) (7f6afa6)
- feat: add pid_offset_enabled config option (disabled by default) (815068f)
Install Beta
Update your opencode.json:
{
"plugin": ["opencode-antigravity-auth@1.2.8-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