Skip to content

v0.1.12

Choose a tag to compare

@lodar lodar released this 28 May 07:29
· 140 commits to main since this release

Fixed

  • 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.