v10.7.1
thedotmack/claude-memv10.7.1Apr 5, 2026by thedotmack
AI Summary
This is a bug fix release (v10.7.1) that restores the full interactive installer functionality accidentally removed in v10.7.0. The previous version's install simplification over-applied its scope, gutting the interactive IDE multi-select, `--ide` flag, and all 13 IDE-specific setup dispatchers. The fix restores full installer flow for all IDEs except Claude Code, which now uses the simplified native plugin commands.
Key Highlights
- Restored full interactive installer for all IDEs except Claude Code
- Claude Code now uses simplified native `claude plugin marketplace add` + `claude plugin install` commands
- Interactive multi-select via @clack/prompts restored for IDE selection
- `--ide <id>` flag works again for direct IDE targeting
- All 13 IDE-specific setup dispatchers (Gemini CLI, OpenCode, Windsurf, etc.) are functional again
Full Release Notes
## Bug Fix **Restore full interactive installer** — the install simplification in v10.7.0 (commit 21b10b46) over-applied scope and replaced the entire `runInstallCommand` with just two `claude` CLI commands. This gutted the interactive IDE multi-select, `--ide` flag, and all 13 IDE-specific setup dispatchers. ### What changed - **Claude Code**: now uses native `claude plugin marketplace add` + `claude plugin install` (the intended simplification) - **All other IDEs** (Gemini CLI, OpenCode, Windsurf, OpenClaw, Codex CLI, Copilot CLI, Antigravity, Goose, Crush, Roo Code, Warp): full installer flow restored — file copy, marketplace registration, interactive multi-select via `@clack/prompts`, and IDE-specific setup - `--ide <id>` flag works again for direct IDE targeting