mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-20 23:03:35 +00:00
chore: update changelog and docs for qwen extension
This commit is contained in:
parent
993c45a059
commit
7d632ba1c3
4 changed files with 15 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue