when starting a thread i see the error
Codex CLI version check failed. /usr/bin/env: ‘node’: No such file or directory
i use node through n (https://github.com/tj/n)
❯ which codex
/home/pietro/n/bin/codex
❯ which node
/home/pietro/n/bin/node
which explains why node is not found
custom installation binary path has been set btw (but of course that doesn't include node)
