Beta Release v1.2.7-beta.1
⚠️ This is a beta release for testing. Use at your own risk.
Base version: 1.2.7
Compare changes: v1.2.7-beta.0...v1.2.7-beta.1
- Clear version mismatch in package.json: (77ac039)
- 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)
- 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)
Install Beta
Update your opencode.json:
{
"plugin": ["opencode-antigravity-auth@1.2.7-beta.1"]
}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