v1.0.1
Release v1.0.1
- docs: update readme version to 1.0.1 [skip ci] (794ea9b)
- bump: v1.0.1 for first release (ce9d65b)
- docs: update installation instructions with new package name and links (c279009)
- chore: rename package to opencode-antigravity-auth-remix v1.0.0 (34347c5)
- docs: add fork credits and google_search feature to README (e5cef04)
- feat: add google_search tool from shekohex/opencode-google-antigravity-auth (c0fe318)
- Update model names in README.md (caed29f)
- Add troubleshooting section to README (0c521a6)
- Update README with correct URL for Antigravity plugin (b8b055d)
- Update URLs to NoeFabris repository (0f6167e)
- 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)
- docs: update readme version to 1.2.6 [skip ci] (7035dc2)
- chore: bump version to 1.2.6 (b08f155)
- feat: add workflow to republish npm versions via GitHub Actions (d7bf0c1)
- fix: restore main version to 1.2.5 [skip ci] (a661b5c)
- feat: convert all releases to manual trigger and add dist-tag workflow (aafea84)
- chore: bump version to 1.2.6-beta.0 for next development cycle (1725139)
- fix: restore version to 1.2.5 and add CI/CD safeguards (68968e5)
- chore: bump version to 1.2.5-beta.7 [skip ci] (3b2be6f)
- Bump version from 1.2.5-beta.6 to 1.2.5 (5340927)
- chore: bump version to 1.2.5-beta.6 [skip ci] (7158d49)
- chore: update version to 1.2.5-beta.5 and add zod-to-json-schema dependency (59a1088)
- refactor: remove medium tier models and update model resolution logic (e4cb087)
- fix: prevent infinite loop, normalize empty tool schemas, and retry thinking recovery (3a5a3fa)
- feat: add prefix-based quota routing for Gemini CLI vs Antigravity (7c43511)
- chore: bump version to 1.2.5-beta.4 [skip ci] (13f90a7)
- docs: update model names to new thinking budget format in README (0864d6a)
- chore: bump version to 1.2.5-beta.3 [skip ci] (4b1adb3)
- docs: add migration guide for v1.2.5 with upgrade steps and new features (19eeaf7)
- chore: bump version to 1.2.5-beta.2 [skip ci] (4cb7bc5)
- chore: bump version to 1.2.5-beta.1 [skip ci] (7afcf56)
- fix: add inline recovery for thinking_block_order errors (f145c7e)
- chore: set version to 1.2.5-beta.0 for dev releases (5dcfb29)
- ci: auto-increment beta versions on dev branch (1f23cc1)
- fix: prevent tool_use without tool_result errors (ab86d6d)
- feat: add npm beta version badge to README (4cfac75)
- chore: revert version to 1.2.4 in package.json (39ea644)
- chore: bump version to 1.2.5-beta.0 for beta release (096d251)
- feat: add GitHub Actions workflow for beta release automation (b7dc355)
- feat: Implement session recovery module for handling recoverable errors (6c1e3b7)
- fix: add thinking recovery message for toast notifications in plugin (bd9e6ef)
- fix: add thinking recovery to prevent permanent session breakage (a311418)
- docs: update readme version to 1.2.4 [skip ci] (109c5c0)
- feat: add option to preserve thinking blocks for Claude models with trade-offs (b7c6222)
- feat: improve thinking block handling in Antigravity request preparation (0f74555)
- feat: update Claude model handling to strip all thinking blocks, eliminating signature errors, improve parsing tool and thinking logic reference to CLIProxyAPI (dd5ea55)
- Add Antigravity schema cleaner and warmup fixes (5d52ed0)
- docs: update README (aa865ac)
- docs: update readme version to 1.2.3 [skip ci] (67cbce0)
- Rename sessionId to signatureSessionKey (e13bb8b)
- feat: implement thinking signature safeguards and enhance filtering mechanisms (9e430af)
- feat: enhance thinking block filtering with cached signature validation (66a7cac)
- docs: update readme version to 1.2.2 [skip ci] (370f5eb)
- v1.2.2 (5b10ab7)
- PR Fixes 2 (07e449f)
- PR Fixes (abba87a)
- Improves Gemini quota handling with dual pools (e382fcd)
- ... (3d88778)
- merged (a5b05aa)
- docs: update readme version to 1.2.1 [skip ci] (b81d70f)
- PR fixes (2a4909b)
- feat: refactor debug logging to write to file and enhance plugin entry handling (3393228)
- chore: bump version to 1.2.1 (97d9b34)
- feat: enhance logging functionality with configurable log directory and debug output (c611e4d)
- docs: update installation instructions to include model definitions for LLM agents (bd124f9)
- feat: implement auto-update checker for Antigravity plugin with installation instructions and model updates (a5f2ff4)
- Improves Antigravity account management and debugging (684076e)
- 1.1.12-fix-account-duplication (22c04b1)
- docs: update readme version to 1.2.0 [skip ci] (261a91f)
- PR fixes (dd17d35)
- docs: expand Claude model flow with comprehensive quirks and adaptations (ed4dabf)
- docs: add Claude model flow documentation for both branches (bb1bbaf)
- feat: enhance removeTrailingThinkingBlocks to preserve signed thinking blocks (ae86e3a)
- feat: implement thinking block sanitization for Claude API compliance (08f9da9)
- 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)
- docs: update readme version to 1.1.4 [skip ci] (75a1ea8)
- v1.1.4 (5707816)
- docs: update readme version to 1.1.3 [skip ci] (6619bb9)
- feat: add support for Gemini 3 Flash (26edee5)
- refactor: Using {@email} toast doesn't show for users with less than 2 accounts (6d78ea5)
- feat(claude): add multi-turn thinking signature caching and real-time SSE streaming (314ac9d)
- docs: update readme version to 1.1.2 [skip ci] (9839d25)
- fix: add modalities support for input/output in configuration and improve toast notifications in plugin (debcfb7)
- docs: update readme version to 1.1.1 [skip ci] (17a0e15)
- feat(auth): add login mode selection and improve rate limit handling (c42a90d)
- docs: update readme version to 1.1.0 [skip ci] (5ed85a3)
- Add multi-account load balancing and improved OAuth UX (2052e4d)
- readme update (2db90da)
- docs: update readme version to 1.0.7 [skip ci] (b1479cf)
- v1.0.7 (2a0ea17)
- feat: add headers initialization for response transformation in Antigravity (98fe23a)
- feat: enhance schema normalization and streaming response handling in Antigravity requests (a85e6be)
- feat: implement true streaming support for SSE responses with TransformStream and enhance response transformation (85d2847)
- docs: update readme version to 1.0.6 [skip ci] (f12ad6d)
- v1.0.6 (902b796)
- feat: enhance thinking/reasoning support with configuration extraction and filtering (52597a2)
- feat: add thinking/reasoning support for Claude and Gemini models (7bd9474)
- docs: update readme version to 1.0.5 [skip ci] (59c1701)
- v1.0.5 (8c52406)
- Fixed an issue with the NPM package version (9993624)
- Updated workflow (91dcca5)
- docs: update readme version to 1.0.4 [skip ci] (6cbfdcb)
- v1.0.4 (678c046)
- Fix tool call issue with claude model cause by multiples tool call result (e2b2e9b)
- docs: update readme version to 1.0.3 [skip ci] (a0ebd5b)
- better repo config (0b83b4e)
- better repo config (8e58a24)
- Update readme (ea529ce)
- Fixed anthropic models tool use (fe39ca8)
- reamde update (a9518b8)
- Updates to make it work with workspace accounts (d946805)
- update readme (38ccf23)
- Removed fallback logic (6a801b6)
- First commit - auth and models working (5d229bf)
Upgrade
Update your opencode.json:
{
"plugins": ["opencode-antigravity-auth-remix@1.0.1"]
}If stuck on an old version, clear the cache:
rm -rf ~/.cache/opencode/node_modules ~/.cache/opencode/bun.lock