You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
agent create codex (and agent install codex) on hosts where a stray codex binary lives outside /home/claude/.nvm/versions/node/v24/bin/ (e.g. /usr/bin/codex from apt, or under a non-v24 nvm major after the default alias drifted). The previous recipe short-circuited on command -v codex, so npm install never ran and cmd_install then reported "install reported success but bin missing." Recipe now checks the exact TYPE_BIN[codex] path and forces nvm use 24 before npm install -g @openai/codex so the bin always lands where downstream services expect it.