fix(ai): relax Codex SSE header timeout

This commit is contained in:
Armin Ronacher
2026-06-12 17:07:50 +02:00
parent a455f62f72
commit be7d5cf585
3 changed files with 14 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
### Fixed
- 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)).
## [0.79.1] - 2026-06-09