[DOCS] Interactive command reference is missing `/reload-plugins`
Documentation Type
Missing documentation (feature not documented)
Documentation Location
https://code.claude.com/docs/en/interactive-mode
Section/Topic
Slash command table for plugin management commands.
Current Documentation
The interactive command list currently includes:
| /plugin | Manage Claude Code plugins |
But no /reload-plugins entry is present.
What's Wrong or Missing?
Changelog v2.1.64 adds /reload-plugins to activate pending plugin changes without restarting. The interactive command reference does not list this command, so users cannot discover it from the built-in slash command docs.
Suggested Improvement
Add /reload-plugins to the interactive command table with:
- Purpose: activate pending plugin changes without restart.
- Preconditions (if any) and expected output.
- Relationship to
/pluginworkflows.
Impact
Medium - Makes feature difficult to understand
Additional Context
Affected Pages:
| Page | Line(s) | Context |
|------|---------|---------|
| https://code.claude.com/docs/en/interactive-mode | 133-137 | Command table includes /plugin but no /reload-plugins entry |
| https://code.claude.com/docs/en/plugins | 1-220 | Plugin lifecycle docs do not reference a reload command for pending changes |
Total scope: 2 pages affected
Source: Changelog v2.1.64
- Added
/reload-pluginscommand to activate pending plugin changes without restarting.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗