fix(ai): disable Moonshot thinking when requested

closes #5531
This commit is contained in:
Mario Zechner
2026-06-09 12:23:41 +02:00
parent c6bdfa1971
commit 2326d5cb4a
3 changed files with 47 additions and 25 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed Moonshot Kimi thinking-off requests to send the provider's `thinking: { type: "disabled" }` compatibility parameter ([#5531](https://github.com/earendil-works/pi/issues/5531)).
## [0.79.0] - 2026-06-08
### Fixed