fix(ai): restore Codex context limits

This commit is contained in:
Armin Ronacher
2026-06-13 11:02:38 +02:00
parent 032c01c1e1
commit aa3a5233ad
4 changed files with 86 additions and 98 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Restored OpenAI GPT-5.4/GPT-5.5 and OpenAI Codex GPT-5.4/GPT-5.4 mini/GPT-5.5 context window metadata to the observed 272k-token Codex backend limit, avoiding a billing hazard from sending prompts above Codex's accepted limit (reported by [@trethore](https://github.com/trethore)).
## [0.79.2] - 2026-06-12
### Added