mirror of
https://github.com/openai/codex.git
synced 2026-05-02 02:17:22 +00: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.