mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +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.