For every keystroke, TUI tries to open an image file with a filename based on the character just typed
Resolved 💬 5 comments Opened Aug 31, 2025 by neurostream Closed Sep 3, 2025
What version of Codex is running?
codex-cli 0.26.0 and codex-cli 0.27.0
Which model were you using?
gpt-oss
What platform is your computer?
amd64 ubuntu linux
What steps can reproduce the bug?
after upgrade from 0.25.0 to 0.26.0 and 0.27.0, every keystroke input in the TUI writes the the message:
INFO ERR: No such file or directory (os error 2)
to the codex tui log
What is the expected behavior?
typing out a promopt string at the tui shouldn't produce a file not found error for each character
What do you see instead?
accept keyboard input without throwing an error
Additional information
_No response_
This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗