Changelog
All notable changes to claude-multi are documented here. The format follows Keep a Changelog and the project adheres to Semantic Versioning.
0.9.0, 2026-06-12
Section titled “0.9.0, 2026-06-12”Changed
Section titled “Changed”- Kimi template updated from K2.5 to K2.7 Code/K2.6/K2.5 tiered mapping: Opus slot now uses
kimi-k2.7-code, sonnet useskimi-k2.6, haiku useskimi-k2.5. Previous template used K2.5 for all roles.
0.5.7, 2026-05-27
Section titled “0.5.7, 2026-05-27”- Five new provider templates, Xiaomi MiMo (
mimo), Xiaomi MiMo Token Plan (mimo-token), Moonshot Kimi (kimi), Alibaba Qwen (qwen), Alibaba Qwen Coding Plan (qwen-coding)
Changed
Section titled “Changed”- GLM template display name updated to “GLM Coding Plan”, the Anthropic endpoint is coding-plan-only
- Kimi template sonnet/haiku tiers use
kimi-k2.5instead ofkimi-k2.6(same family, ~37% cheaper)
0.5.6, 2026-05-23
Section titled “0.5.6, 2026-05-23”robots.txtroute for the docs site
Changed
Section titled “Changed”- Polyglot bin entry is simultaneously valid POSIX sh and ESM JavaScript, works across bun/node/deno on all platforms including Windows
- Cross-platform install verification workflow (bun, node, deno × Linux, Windows, macOS)
- Separate build job; test jobs download the artifact instead of rebuilding
- Publish workflow with version bump and enhanced post-publish verification
0.5.5, 2026-05-22
Section titled “0.5.5, 2026-05-22”- Runtime detection (
detectPackageManager()) identifies active package manager at runtime
Changed
Section titled “Changed”- All package-manager operations use the detected runtime instead of hard-coding bun
getLatestVersion()uses directfetch()to npm registry, works in any runtime- Default action (no subcommand) always launches the Ink TUI
- Update check is opt-in (
CLAUDE_MULTI_UPDATE_CHECK=true) - Removed
interactive/icommand alias
AddInstanceprovider selection: “None” now correctly resetsselectedProvidergetCurrentVersion()handles pnpm’s array-shaped JSON response
0.5.1, 2026-05-22
Section titled “0.5.1, 2026-05-22”Changed
Section titled “Changed”- Running
claude-multiwith no arguments now opens the Ink TUI directly instead of printing help text
0.5.0, 2026-05-14
Section titled “0.5.0, 2026-05-14”- Ink-based Terminal UI, full React-based TUI with animated components, 9 screens, keyboard navigation
- Per-instance plugin management, install, remove, enable, disable, copy, collision detection
- Migration system, safe v1 → v2 config upgrade with backups, locking, and failure recovery
- Health check system, detects missing dirs, broken symlinks, corrupted settings, migration failures
- ManageMcp screen, list, add, remove, verify, copy MCP server configs
- 5 new CLI plugin commands,
install,remove,list-defaults,list-installed,check-collisions - DeepSeek provider template
- Instance state initialization (
hasCompletedOnboarding: true) - Provider env merging for templates
Changed
Section titled “Changed”syncPluginsAndSkills()creates actual symlinks instead of copying files~/.claudeis strictly read-only, never modified by any operation- Atomic file writes for config.json and settings.json
- 155 tests across 16 test files, 0 failures
0.4.3, 2026-01-26
Section titled “0.4.3, 2026-01-26”- Broken symlink detection and auto-fix
fix-symlinkscommand with--allflag and instance selection- Interactive re-sync option in TUI menu
- Symlink creation uses
lstatSyncfor proper broken symlink detection
0.4.2, 2026-01-26
Section titled “0.4.2, 2026-01-26”- Auto-sync symlinks now use absolute paths instead of relative paths, fixes broken symlinks when instances are in non-standard locations
0.4.1, 2026-01-26
Section titled “0.4.1, 2026-01-26”- 46 tests covering sync, unsync, copy operations with complete isolation
- macOS compatibility for
rmSyncwith symlinks and directories - Security:
copySettingsFromDefaultuses whitelist to exclude sensitive data
0.4.0, 2026-01-26
Section titled “0.4.0, 2026-01-26”- Auto-sync for plugins and skills via symlinks
--auto-syncand--manualflags foraddcommandauto-sync <name> <on|off>command- Bun runtime support
0.3.0, 2025-01-XX
Section titled “0.3.0, 2025-01-XX”- Provider templates for GLM and MiniMax
- Interactive provider selection with secure API key prompt
--providerand--api-keyCLI flags
0.2.0, 2025-01-XX
Section titled “0.2.0, 2025-01-XX”- Windows support with
.cmdbatch wrapper scripts - Cross-platform CI (Ubuntu, Windows, macOS)
0.1.0, 2025-01-XX
Section titled “0.1.0, 2025-01-XX”- Initial release
- Instance management (
add,remove,list,info) - Wrapper script generation
- Interactive and non-interactive modes
- Settings and config copying
- MCP server configuration support
- Version checking and update commands
- CI/CD workflows