Release v1.2.8
Compare changes: v1.2.7...v1.2.8
- fix: incorporate Gemini 3 model check for displayed thinking hashes in response transformation (b228aa7)
- fix: update Gemini 3 model resolution logic and deduplicate thinking block handling (7ecc57c)
- chore: bump version to 1.2.8 for release (a379196)
- Bump version to 1.2.8-beta.4 (b37bb53)
- Update src/constants.ts (1566fbe)
- fix: address coderabbit review comments (3e3371b)
- feat: add CLIProxyAPI v6.6.89 Antigravity compatibility (f2215b9)
- chore: bump version to 1.2.8-beta.3 [skip ci] (d0c549b)
- 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)
- feat: mock proper-lockfile and enhance fs mocks in tests (f100680)
- chore: bump version to 1.2.8-beta.2 [skip ci] (295aa1a)
- chore: update version to 1.2.8-beta.2 in package.json (9cbc1b3)
- feat: implement variant thinking configuration extraction and model resolution (9eb09b5)
- feat: add extractVariantThinkingConfig for provider-specific thinking config (c3d694b)
- feat: add file locking and multi-session PID offset (f713005)
- feat: smart account routing with error differentiation (eedafe5)
- Update model names in README.md (caed29f)
- Add troubleshooting section to README (0c521a6)
- fix: update plugin version to beta in installation instructions (bd37114)
- fix: improve account management by ensuring current auth is added to stored accounts (36f2f54)
- Update README with correct URL for Antigravity plugin (b8b055d)
- Update schema URLs to NoeFabris repository (a98d992)
- Update URLs to NoeFabris repository (0f6167e)
- fix: apply cross-model signature sanitization to single requests (ee80aea)
Upgrade
Update your opencode.json:
{
"plugins": ["opencode-antigravity-auth@1.2.8"]
}If stuck on an old version, clear the cache:
rm -rf ~/.cache/opencode/node_modules ~/.cache/opencode/bun.lock