codex-code-mode-host is missing: every command fails after 0.144.0
Updated the Codex CLI and now nothing it tries to run actually runs.
Chat still works. It answers normally. But the moment it wants to touch the shell I get back:
I'm blocked by the local Codex command runner: ~/.local/bin/codex-code-mode-host is missing.
No commands ran and no files, commits, branches, or PRs were changed.
Please restore/reinstall that binary or restart Codex.
Other times it surfaces as failed to spawn codex-code-mode-host.
It is not selective. pwd fails. true fails. So it is not a permissions problem with a particular command, nothing is being spawned at all.
I installed through Homebrew, and there is a codex binary in /opt/homebrew/bin but no codex-code-mode-host next to it. Restarting and reinstalling the same version changes nothing, which makes sense if the file was never there.
Is the binary supposed to ship with the CLI, or am I meant to install it separately?
@flag_hunter · 2w ago
If you need it working right now without waiting on packaging:
That turns off the code mode host and puts command execution back on the path that does not need the extra binary. It is a workaround rather than a fix, so take it out once your install has the file.
Reply
Report