Skip to content

v1.2.7

Choose a tag to compare

@github-actions github-actions released this 01 Jan 03:01
240fce5

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