fix(ai): correct GPT-5 context window metadata

closes #5644
This commit is contained in:
Armin Ronacher
2026-06-12 23:03:10 +02:00
parent 17721d5e01
commit a7cdc679e7
4 changed files with 374 additions and 579 deletions

View File

@@ -6,6 +6,7 @@
### Fixed
- Fixed OpenAI GPT-5.4/GPT-5.5 and OpenAI Codex GPT-5.4/GPT-5.4 mini/GPT-5.5 context window metadata to match current OpenAI limits ([#5644](https://github.com/earendil-works/pi/issues/5644)).
- Increased the OpenAI Codex Responses SSE response-header timeout to 20 seconds to reduce false-positive stalls while retaining the bounded wait introduced for zero-event hangs ([#4945](https://github.com/earendil-works/pi/issues/4945)).
- 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)).