chore: update changelog and docs for qwen extension

This commit is contained in:
Mario Zechner 2026-02-01 01:52:53 +01:00
parent 993c45a059
commit 7d632ba1c3
4 changed files with 15 additions and 2 deletions

View file

@ -5,6 +5,7 @@
### Added
- Added `maxRetryDelayMs` option to `StreamOptions` to cap server-requested retry delays. When a provider (e.g., Google Gemini CLI) requests a delay longer than this value, the request fails immediately with an informative error instead of waiting silently. Default: 60000ms (60 seconds). Set to 0 to disable the cap. ([#1123](https://github.com/badlogic/pi-mono/issues/1123))
- Added Qwen thinking format support for OpenAI-compatible completions via `enable_thinking`. ([#940](https://github.com/badlogic/pi-mono/pull/940) by [@4h9fbZ](https://github.com/4h9fbZ))
## [0.50.7] - 2026-01-31