mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-30 20:39:46 +02:00
commonInstallPaths only checked ~/.nvm/versions/node/<binary>, never descending into nvm's versioned vX.Y.Z/bin subdirs, so an nvm-installed codex/claude showed "not installed" in Settings and failed code-mode chat with "CLI not found" on GUI launches (where the login-shell PATH isn't inherited). Enumerate each installed Node version's bin dir for nvm/fnm/asdf, and add pnpm global (PNPM_HOME / platform default) and Claude Code's legacy ~/.claude/local install location. Shared by both the Settings status check and the chat/tab binary resolvers, so it covers all code-mode entry points. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| package.json | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||