Description
Running any-buddy fails with a salt not found error. The binary doesn't contain the expected salt string.
Error output
Error: Salt "friend-2026-401" not found in /usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js.
Possible reasons:
- Binary was patched by another tool
- This binary format doesn't contain the salt as a plain string
- Claude Code changed the salt in a new version
Environment
| Detail |
Value |
| Platform |
macOS 26.3.1 (darwin arm64) |
| Node |
v22.14.0 |
| npm |
10.9.2 |
| Claude Code |
2.1.92 |
| Binary path |
/usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.js |
Steps to reproduce
- Install Claude Code globally via npm
- Run
any-buddy
- Salt lookup fails
Notes
Fresh run, no prior patching. The salt format friend-2026-401 may have changed or been removed in recent Claude Code versions.
Description
Running
any-buddyfails with a salt not found error. The binary doesn't contain the expected salt string.Error output
Environment
/usr/local/lib/node_modules/@anthropic-ai/claude-code/cli.jsSteps to reproduce
any-buddyNotes
Fresh run, no prior patching. The salt format
friend-2026-401may have changed or been removed in recent Claude Code versions.