mirror of
https://github.com/openai/codex.git
synced 2026-05-02 20:32:04 +03:00
Fixes CodexExec to avoid missing early process exits by registering the exit handler up front and deferring the error until after stdout is drained, and adds a regression test that simulates a fast-exit child while still producing output so hangs are caught.