docs: audit unreleased changelogs

This commit is contained in:
Mario Zechner
2026-04-30 23:02:40 +02:00
parent 0ed0d43439
commit 04527355c5
2 changed files with 33 additions and 9 deletions

View File

@@ -4,11 +4,9 @@
### Added
- Added `AssistantMessage.responseModel` on the openai-completions path: surfaces the concrete `chunk.model` when it differs from the requested id (e.g. OpenRouter `auto` -> `anthropic/...`).
### Removed
- Removed built-in Google Gemini CLI and Google Antigravity provider, model, OAuth, and export support.
- Added Moonshot AI as a built-in OpenAI-compatible provider with model catalog generation and `MOONSHOT_API_KEY` authentication.
- Added Mistral Medium 3.5 model metadata and reasoning-mode handling ([#4009](https://github.com/badlogic/pi-mono/pull/4009) by [@technocidal](https://github.com/technocidal)).
- Added `AssistantMessage.responseModel` on the openai-completions path: surfaces the concrete `chunk.model` when it differs from the requested id (e.g. OpenRouter `auto` -> `anthropic/...`) ([#3968](https://github.com/badlogic/pi-mono/pull/3968) by [@purrgrammer](https://github.com/purrgrammer)).
### Fixed
@@ -20,6 +18,10 @@
- Fixed DeepSeek V4 Flash and V4 Pro pricing metadata to match current official rates ([#3910](https://github.com/badlogic/pi-mono/issues/3910)).
- Fixed DeepSeek prompt cache hits to be tracked from `prompt_cache_hit_tokens` in OpenAI-compatible usage responses ([#3880](https://github.com/badlogic/pi-mono/issues/3880)).
### Removed
- Removed built-in Google Gemini CLI and Google Antigravity provider, model, OAuth, and export support.
## [0.70.6] - 2026-04-28
### Added