[BUG] /plugin not showing scope-installed plugins at Discover
Resolved 💬 2 comments Opened Feb 5, 2026 by chiefGui Closed Feb 6, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
- I have project
potato/ - I installed local scope project something plugins in it
- Everything worked
- Then I created a new project,
tomato/ - Executed
claude(latest version) - Typed
/plugin - I don't see the plugins I installed at
potato/available at the Discover tab
What Should Happen?
Because I installed plugins scoped to a given project, I'd expect unrelated projects would display those plugins I installed previously at the list of available plugins.
Error Messages/Logs
Steps to Reproduce
mkdir potato && cd potato && claude- Type
/plugin - Discover tab will have plenty of plugins, install any selecting "Install for you, in this repo only (local scope)"
cd .. && mkdir tomato && cd tomato && claude- Type
/plugin - Discover won't list plugins you installed at
potato/
Claude Model
Other
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
2.1.32
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Other
Additional Information
Probably it's just an if somewhere that's hiding all plugins regardless of the project/repo.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗