fix(ai): reconnect Codex websocket on connection limit

closes #5973
This commit is contained in:
Armin Ronacher
2026-06-23 00:17:37 +02:00
parent f7d3331df6
commit d0e0b84cb9
3 changed files with 137 additions and 47 deletions
+1
View File
@@ -20,6 +20,7 @@
### Fixed
- Fixed OpenAI Codex Responses WebSocket sessions to reconnect once when OpenAI's connection limit is reached before output starts ([#5973](https://github.com/earendil-works/pi/issues/5973)).
- Fixed OpenCode Go GLM-5.2 metadata to expose `xhigh` reasoning and send `reasoning_effort: "max"` ([#5967](https://github.com/earendil-works/pi/issues/5967)).
- 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)).