docs: note removed Google provider support as breaking

This commit is contained in:
Mario Zechner
2026-04-30 23:29:12 +02:00
parent bd429f7c7d
commit c9ddca1968
2 changed files with 8 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Breaking Changes
- Removed built-in Google Gemini CLI and Google Antigravity support, including provider registration, model metadata, OAuth, and package exports. Existing callers must switch to another supported provider.
### Added
- Added Moonshot AI as a built-in OpenAI-compatible provider with model catalog generation and `MOONSHOT_API_KEY` authentication.

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Breaking Changes
- Removed built-in Google Gemini CLI and Google Antigravity support. Existing configurations using those providers must switch to another supported provider.
### New Features
- Moonshot AI provider support with `MOONSHOT_API_KEY`, default model resolution, and `/login` display.