Release v1.3.0
This release includes significant bug fixes, new features, and improved documentation.
🚀 New Features
- Google Search (Grounding) - Added configuration and integration for Google Search grounding (
feat: add Google Search (Grounding) configuration and integration) - Image Generation Support - Added support for Gemini image generation models (
feat: add image generation support for Gemini image models) - Better Account Rotation - Multiple new rotation strategies including round-robin, random, and least-recently-used (
feat: add more rotation method) - Progressive Rate Limit Retry - New
switch_on_first_rate_limitconfig option for smarter rate limit handling (feat: progressive rate limit retry) - Auto .gitignore for Sensitive Files - Plugin now auto-creates
.gitignoreentries to protect sensitive auth files (feat(storage): auto-create .gitignore for sensitive files)
🐛 Bug Fixes
- Gemini Tool Schema Fix - Fixed
Unknown name "parameters"error for Gemini 3 models by properly wrapping tools infunctionDeclarationsformat (Fixes #203, #206, #80, #161) - Claude Thinking Block Handling - Improved handling of thinking blocks to eliminate signature validation errors
- OAuth Localhost Binding - Smart bind address detection for OrbStack Docker, WSL, and remote environments (Fixes #121)
- ProjectId Preservation - Fixed issue where manually configured
projectIdwas overwritten during runtime (Fixes #185) - Rate Limit Handling - Fixed capacity exhausted handling to respect
switch_on_first_rate_limitsetting - Token Refunds - Fixed token refunds for network/IO errors
- Model Name Transformation - Fixed model name transformation and rate limit reason classification
📚 Documentation
- Enhanced troubleshooting section with common issues
- Added Safari/browser OAuth troubleshooting
- Added Windows commands and port hints
- Improved load balancing documentation
- Added comprehensive architecture documentation
🔧 Other Improvements
- Removed unnecessary toast notifications in quiet mode
- Updated default values for
keep_thinkingandauto_resumeoptions - Enhanced schema sanitization for MCP compatibility
- Added 30+ new tests for tool schema handling
Upgrade
Update your opencode.json:
{
"plugins": ["opencode-antigravity-auth@1.3.0"]
}If stuck on an old version, clear the cache:
rm -rf ~/.cache/opencode/node_modules ~/.cache/opencode/bun.lock