What's Changed
Features
- Vertex AI Model Source Tracking: Agent CLI configurations now show source indicators for Vertex AI models (e.g.,
gemini-2.5-pro [Vertex]) - Enhanced Model Identification: Added
sourcefield toAvailableModelto distinguish between Gemini API and Vertex AI authentication sources - Updated Model Reference Docs: Added Vertex AI section with supported models (gemini-2.5-pro, gemini-3-pro-preview, gemini-2.5-flash, etc.)
Dependencies
- CLIProxyAPI v6.6.15: Updated to latest version with:
- feat(amp): require API key authentication for management routes
- feat(auth): add proxy information to debug logs
Version Bump
- Bumped version to 0.1.50 in package.json, tauri.conf.json, Cargo.toml, Settings.tsx
- Rebuilt all CLIProxyAPI binaries for all platforms (macOS ARM64, macOS x86_64, Linux x86_64, Windows x86_64)
Full Changelog: v0.1.49...v0.1.50