Multi-select plugin installation only installs the last selected plugin
Resolved 💬 2 comments Opened Feb 24, 2026 by gabdevbr Closed Mar 24, 2026
Bug Description
When selecting multiple plugins for installation via /plugin, only the last selected plugin is actually installed.
Steps to Reproduce
- Run
/pluginin Claude Code CLI - Select multiple plugins from the list (e.g., plugin A, plugin B, plugin C)
- Confirm installation
- Only the last selected plugin (plugin C) gets installed
- The output shows only one
✓ Installed <last-plugin>message
Expected Behavior
All selected plugins should be installed, not just the last one.
Actual Behavior
Only the last plugin in the selection is installed. The others are silently ignored.
Environment
- OS: macOS (Darwin 25.3.0)
- Claude Code: latest
- Shell: zsh
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗