fix(ai): detect context_length_exceeded overflow
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
### Fixed
|
||||
|
||||
- Fixed OpenAI Codex context window from 400,000 to 272,000 tokens to match Codex CLI defaults and prevent 400 errors. ([#536](https://github.com/badlogic/pi-mono/pull/536) by [@ghoulr](https://github.com/ghoulr))
|
||||
- Fixed Codex SSE error events to surface message, code, and status. ([#551](https://github.com/badlogic/pi-mono/pull/551) by [@tmustier](https://github.com/tmustier))
|
||||
- Fixed context overflow detection for `context_length_exceeded` error codes.
|
||||
|
||||
## [0.37.8] - 2026-01-07
|
||||
|
||||
|
||||
Reference in New Issue
Block a user