75ce4ad44fce9df59eb888e8b024a05def7cf74d
the path was pinned to /usr/local/bin/claude for the bwrap-sandboxed architecture: the jail ro-bound /usr and saw nothing else, so the installer's real target (~/.local/bin/claude) had to be symlinked somewhere the sandbox could reach. that sandbox is gone, and the constant outlived it — the sidecar could not run anywhere the symlink was absent. a stock macos host has no /usr/local/bin at all. resolve at module load instead: CLAUDE_BIN pins it explicitly, else whatever is on PATH, else the locations the installer writes to. same shape as OPENCODE_BIN in the opencode sidecar. the resolved path is logged at startup. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Description
No description provided
42 MiB
Languages
TypeScript
90.9%
Shell
4.7%
JavaScript
4.1%
CSS
0.2%
HTML
0.1%