docs: update changelogs and clarify lockstep versioning in AGENTS.md

This commit is contained in:
Mario Zechner 2026-01-10 01:41:48 +01:00
parent d82df76222
commit cf922b01b4
3 changed files with 12 additions and 3 deletions

View file

@ -6,6 +6,7 @@
- Added `GOOGLE_APPLICATION_CREDENTIALS` env var support for Vertex AI credential detection (standard for CI/production).
- Added `supportsUsageInStreaming` compatibility flag for OpenAI-compatible providers that reject `stream_options: { include_usage: true }`. Defaults to `true`. Set to `false` in model config for providers like gatewayz.ai. ([#596](https://github.com/badlogic/pi-mono/pull/596) by [@XesGaDeus](https://github.com/XesGaDeus))
- Improved Google model pricing info ([#588](https://github.com/badlogic/pi-mono/pull/588) by [@aadishv](https://github.com/aadishv))
### Fixed