fix(ai): omit disabled thinking for Claude Fable 5

This commit is contained in:
Armin Ronacher
2026-06-10 00:27:11 +02:00
parent dacb367e9e
commit 9ccfcd7cfc
5 changed files with 17 additions and 4 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed Claude Fable 5 thinking-off requests to omit Anthropic's unsupported `thinking.type: "disabled"` payload ([#5567](https://github.com/earendil-works/pi/pull/5567) by [@tmustier](https://github.com/tmustier)).
## [0.79.1] - 2026-06-09
### Added