Releases: Gooseware/opencode-antigravity-autopilot
Releases · Gooseware/opencode-antigravity-autopilot
v2.3.0 - Highest Availability Selection & Quota Enhancements
Added
- Highest Availability Selection - Improved model rotation to select the candidate with the most remaining quota fraction instead of just the first available.
- Enhanced Quota Cache - Added
refreshDate,quotaUsed, and human-readable summaries to the quota cache for better visibility in UIs. - Manual Selection Support - Added
quota_use_modelandquota_auto_modetools to allow users to lock a specific model while preserving the ability to auto-return to preferred models later. - Auto-Return Logic - System now intelligently returns to the user's preferred model once its quota has refreshed, if not in manual override mode.
Fixed
- Model Name Translation - Refined patterns for Gemini 2.5, Gemini 1.5, Claude 3.5, and more to ensure consistent display names.
v2.2.10
Full Changelog: v2.2.9...v2.2.10
v2.2.9
Full Changelog: v2.2.8...v2.2.9
v2.2.8 - Model Switch Preference Fix
Fixed
- Model Selector Order - Corrected
ModelSelectorto strictly respect the user's preference order defined inquota.json. Previously, it was incorrectly picking the model with the highest remaining quota percentage instead of following the priority list. - Provider ID Support - Improved
providerIDdetection for more models (including GPT/OpenAI) and added support for explicitprovider/modelformat in model IDs.
v2.2.7
v2.2.6
v2.2.5: Fix Toast Undefined Crash
Full Changelog: v2.2.4...v2.2.5
v2.2.4: Fix Toast Crash
Full Changelog: v2.2.3...v2.2.4
v2.2.3
Fixes
- quota: properly respect configurable quota threshold in agent integration (fixed hardcoded 0.2 threshold)
- ui: implement model name translation layer for user-friendly toaster notifications
- core: expose quota threshold via QuotaManager for integration consistency
Improvements
- Added
model-name-translatorutility for mapping API model names to display names - Updated toaster severity levels based on configurable threshold
v2.2.2: Documentation Refinement
Full Changelog: v2.2.1...v2.2.2