Skip to content

Releases: NoeFabris/opencode-antigravity-auth

v1.2.9-beta.1 (Beta)

08 Jan 15:39

Choose a tag to compare

v1.2.9-beta.1 (Beta) Pre-release
Pre-release

Beta Release v1.2.9-beta.1

⚠️ This is a beta release for testing. Use at your own risk.

Base version: 1.2.9

Compare changes: v1.2.9-beta.0...v1.2.9-beta.1

  • feat: progressive rate limit retry with switch_on_first_rate_limit config (3445cda)

Install Beta

Update your opencode.json:

{
  "plugin": ["[email protected]"]
}

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

v1.2.9-beta.0 (Beta)

08 Jan 11:00
cb0e62b

Choose a tag to compare

v1.2.9-beta.0 (Beta) Pre-release
Pre-release

Beta Release v1.2.9-beta.0

⚠️ This is a beta release for testing. Use at your own risk.

Base version: 1.2.9

Compare changes: v1.2.8...v1.2.9-beta.0

  • test: simplify antigravity system instruction for testing (e2a365e)
  • Bump version to 1.2.9-beta.0 (511afdb)

Install Beta

Update your opencode.json:

{
  "plugin": ["[email protected]"]
}

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

v1.2.8

08 Jan 06:03
15ab63f

Choose a tag to compare

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": ["[email protected]"]
}

If stuck on an old version, clear the cache:

rm -rf ~/.cache/opencode/node_modules ~/.cache/opencode/bun.lock

v1.2.8-beta.4 (Beta)

08 Jan 05:35
b37bb53

Choose a tag to compare

v1.2.8-beta.4 (Beta) Pre-release
Pre-release

Beta Release v1.2.8-beta.4

⚠️ This is a beta release for testing. Use at your own risk.

Base version: 1.2.8

Compare changes: v1.2.8-beta.3...v1.2.8-beta.4

  • 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)
  • Update model names in README.md (caed29f)
  • Add troubleshooting section to README (0c521a6)

Install Beta

Update your opencode.json:

{
  "plugin": ["[email protected]"]
}

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

v1.2.8-beta.3 (Beta)

06 Jan 20:17

Choose a tag to compare

v1.2.8-beta.3 (Beta) Pre-release
Pre-release

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": ["[email protected]"]
}

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

v1.2.8-beta.2 (Beta)

05 Jan 17:35

Choose a tag to compare

v1.2.8-beta.2 (Beta) Pre-release
Pre-release

Beta Release v1.2.8-beta.2

⚠️ This is a beta release for testing. Use at your own risk.

Base version: 1.2.8

Compare changes: v1.2.8-beta.1...v1.2.8-beta.2

  • feat: mock proper-lockfile and enhance fs mocks in tests (f100680)
  • 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)

Install Beta

Update your opencode.json:

{
  "plugin": ["[email protected]"]
}

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

v1.2.8-beta.1 (Beta)

02 Jan 04:24
8fa3633

Choose a tag to compare

v1.2.8-beta.1 (Beta) Pre-release
Pre-release

Beta Release v1.2.8-beta.1

⚠️ This is a beta release for testing. Use at your own risk.

Base version: 1.2.8

Compare changes: v1.2.8-beta.0...v1.2.8-beta.1

  • 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: correct output redirection in E2E test scripts and update model testing options (902b5bf)
  • chore: release v1.2.7 - pin version for official release (a6489f3)

Install Beta

Update your opencode.json:

{
  "plugin": ["[email protected]"]
}

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

v1.2.8-beta.0 (Beta)

01 Jan 03:38
2664b4b

Choose a tag to compare

v1.2.8-beta.0 (Beta) Pre-release
Pre-release

Beta Release v1.2.8-beta.0

⚠️ This is a beta release for testing. Use at your own risk.

Base version: 1.2.8

Compare changes: v1.2.7-beta.7...v1.2.8-beta.0

  • fix: apply cross-model signature sanitization to single requests (ee80aea)
  • feat: add legacy Gemini 3 model support for Antigravity quota and implement E2E test suite (219069a)
  • docs: update README for clarity and improved installation instructions (c3f0fa2)
  • fix: extend thought signature caching to Gemini 3 models (ac3788d)

Install Beta

Update your opencode.json:

{
  "plugin": ["[email protected]"]
}

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

v1.2.7

01 Jan 03:01
240fce5

Choose a tag to compare

Release v1.2.7

Compare changes: v1.2.6...v1.2.7

  • fix: correct output redirection in E2E test scripts and update model testing options (902b5bf)
  • feat: add legacy Gemini 3 model support for Antigravity quota and implement E2E test suite (219069a)
  • chore: release v1.2.7 - pin version for official release (a6489f3)
  • docs: update README for clarity and improved installation instructions (c3f0fa2)
  • fix: extend thought signature caching to Gemini 3 models (ac3788d)
  • chore: bump version to 1.2.7-beta.7 [skip ci] (31ef265)
  • chore: bump version to 1.2.7-beta.7 and remove unused getPublicModelName function fix: gemini cli model endpoint not working (85b82e6)
  • chore: bump version to 1.2.7-beta.6 (c89a7b8)
  • fix: add user-friendly error message when OAuth port is already in use (0dc26d2)
  • Update plugin version in README.md to beta (c6201c9)
  • Revise upgrade steps and config for antigravity (e39d4b8)
  • Bump version to 1.2.7-beta.5 (a5ef5d2)
  • refactor: address CodeRabbit nitpicks by extracting helper and cleaning tests (87b5de4)
  • refactor: apply CodeRabbit review suggestions for quota management (782542b)
  • fix: resolve 404 errors in gemini-cli fallback using official aliases and v1beta endpoint (60352d7)
  • feat: implement model-specific gemini quota with prioritized antigravity pool fallback (9ae7037)
  • Add Ko-fi username for funding support (60dcb36)
  • fix: cross-model signature sanitization for Gemini-Claude session switching (2455a7d)
  • Add Ko-fi username for funding support (f92c36a)
  • fix: update version to 1.2.7-beta.3 in package.json (df244b8)
  • fix: resolve OAuth callback hanging in WSL/SSH/remote environments (5025723)
  • fix: skip auto-update for prerelease versions in the auto-update checker (911ff39)
  • feat: add quota fallback option to configuration schema and update Gemini 3 thinking levels (22a1215)
  • fix: use conservative timing and centralized logic for token expiration (0219e27)
  • feat: enhance configuration options and update installation instructions (44badf6)
  • Refactor rate limit handling and improve error responses (802dfe1)
  • bump version to 1.2.7-beta.2 in package.json (d2006b6)
  • fix: improve rate limit handling and add prompt-too-long toast (457b3ac)
  • fix: resolve thinking block preservation and schema duplication issues (93415be)
  • Clear version mismatch in package.json: (77ac039)
  • chore: bump version to 1.2.7-beta.1 [skip ci] (1aa03f3)
  • fix merge conflict (c83b29f)
  • feat: add E2E testing scripts and simplify Gemini Flash model config - Add test-models.ts for validating all supported model endpoints - Add test-regression.ts for multi-turn regression testing (Issue #50) - Consolidate Gemini 3 Flash variants (low/medium/high) into single model - Fix schema structure by flattening nested signature_cache properties - Extract streaming transformer utilities to dedicated module (16f4bb0)
  • Update README.md and bump beta version (ba2891b)
  • feat: add Claude tool hardening and improve context error recovery (14f9067)
  • fix: WebFetch tool format parameter validation with Claude models (c9c2745)
  • fix: improve logger function and enhance JSON schema processing (a9bf3c2)
  • fix: fail fast when rate-limit wait exceeds configurable threshold (#59) (e879ad9)
  • chore: bump dev to 1.2.7-beta.0 (bedbd54)
  • feat: add prefix-based quota routing for Gemini CLI vs Antigravity (7c43511)
  • ... (3d88778)
  • merged (a5b05aa)
  • 1.1.12-fix-account-duplication (22c04b1)
  • 1.1.11-fix-account-duplication (d8a4e8f)
  • 1.1.10-fix-account-duplication (7bdee58)
  • 1.1.8-fix-account-duplication (9835f83)
  • 1.1.10-fix-account-duplication (fe5da6e)
  • tidy: needless comment. (bd12f6c)
  • tidy: whitespace (2deda35)
  • Don't reset rate limits when refreshing token (02e8a2b)
  • 1.1.9-fix-account-duplication (b817ae8)
  • 1.1.8-fix-account-duplication (0bb220e)
  • Remove excessive docstring comments to reduce churn (2a4602f)
  • Revert incorrect version to 1.1.7 (221475d)
  • 1.1.8-fix-account-duplication (1e1cc97)
  • 1.1.6-fix-account-duplication (7f80b18)
  • Restore scoped package name for publishing to fork (9c9fc1a)
  • Revert package name to original (not published under scoped name) (9962617)
  • 1.1.66-fix-account-duplication (0d472bd)
  • Fix account count messages to show actual deduplicated count (42c81b0)
  • 1.1.5-fix-account-duplication (a6492af)
  • Update package name to scoped @ariane-ory package (40abcaf)
  • 1.1.4-fix-account-duplication (9d1d92f)
  • Fix account duplication issue #24 - deduplicate by email (23cf7a7)

Upgrade

Update your opencode.json:

{
  "plugins": ["[email protected]"]
}

If stuck on an old version, clear the cache:

rm -rf ~/.cache/opencode/node_modules ~/.cache/opencode/bun.lock

v1.2.7-beta.7 (Beta)

31 Dec 16:24

Choose a tag to compare

v1.2.7-beta.7 (Beta) Pre-release
Pre-release

Beta Release v1.2.7-beta.7

⚠️ This is a beta release for testing. Use at your own risk.

Base version: 1.2.7

Compare changes: v1.2.7-beta.6...v1.2.7-beta.7

  • chore: bump version to 1.2.7-beta.7 and remove unused getPublicModelName function fix: gemini cli model endpoint not working (85b82e6)

Install Beta

Update your opencode.json:

{
  "plugin": ["[email protected]"]
}

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