| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-28 | 1.3 kB | |
| v0.6.0 source code.tar.gz | 2026-05-28 | 23.4 MB | |
| v0.6.0 source code.zip | 2026-05-28 | 23.5 MB | |
| Totals: 3 Items | 47.0 MB | 0 | |
Added
doctor fixauto-installs pinned Claude binary: when the compatible binary at~/.claude-multi/binis missing or running an incompatible version,doctor fixnow installs Claude Code v2.1.153 (the last version before 3rd-party API breakage) before fixing wrappers. Works from both CLI and TUI.- Version verification on pinned binary:
getPinnedBinaryVersion()reads the installed version and triggers a reinstall if it's v2.1.154+. COMPATIBLE_CLAUDE_VERSIONconstant (src/version.ts): single source of truth for the pinned version (2.1.153).PINNED_CLAUDE_BINinsrc/paths.ts: shared path constant (previously duplicated inwrapper.tsandhealth.ts).
Changed
- Global version banner: now reads "Run 'claude-multi doctor fix' to install a compatible version" instead of the passive "wait for a fix" message.
- TUI "Fix wrappers" action: installs the pinned binary first if missing, then fixes wrappers. Both the menu option and the
fkey in the health screen follow this flow. - Wrapper scripts now use pinned binary by default:
getClaudePath()checks~/.claude-multi/binbefore falling back to globalwhich claude, so new instances automatically use the compatible version.
Fixed
- Tests: integration tests updated for current version and help output.