Files
codex/codex-rs/core/src
pakrym-oai 7df9e9c664 Correctly calculate remaining context size (#3190)
We had multiple issues with context size calculation:
1. `initial_prompt_tokens` calculation based on cache size is not
reliable, cache misses might set it to much higher value. For now
hardcoded to a safer constant.
2. Input context size for GPT-5 is 272k (that's where 33% came from).

Fixes.
2025-09-04 23:34:14 +00:00
..
2025-09-02 17:29:58 +00:00
2025-08-29 02:16:39 +00:00
2025-09-02 17:29:58 +00:00
2025-09-02 17:29:58 +00:00