mirror of
https://github.com/openai/codex.git
synced 2026-05-04 05:11:37 +03:00
We truncate the output of exec commands to not blow the context window. However, some cases we weren't doing that. This caused reports of people with 76% context window left facing `input exceeded context window` which is weird.