I’m running a Codex-related command (via the terminal, macOS, tried both iTerm2 and default Terminal). The command executes, but I don’t see any output until I manually stop it (like with Ctrl+C
).
Once I terminate the command, all the expected output suddenly appears.
It seems like the output is being buffered or not flushed to the console in real-time.
Has anyone faced this? How can I force the output to show live during execution?
Thanks!