Group of 2 You'll notice
Plugin reloading now reports whether each hooks module reloaded, refused, or held, via a restructured sessionPlugins API
What
reloadPluginswas replaced with asessionPluginsobject that exposes areload()method (same behavior as before) plus a newretarget()method for repointing plugins.- Reloading a plugin's hooks manifest now returns a result that distinguishes whether to retry or stop, instead of a generic pass/fail.
- The
/configplugin-reload screen now reads each module's outcome (reloaded, refused, or held) to build its status message, rather than catching a generic error string.
Why This gives clearer feedback when Claude Code reloads plugin hooks: instead of a vague error, you can see specifically whether a module reloaded successfully, was refused, or is being held, making it easier to diagnose plugin problems.
One source agreesOne thing we can check says the same as this entry.
Anthropic's release notes agree
Added mouse support to the /config panel in fullscreen mode: the wheel scrolls the settings list, a click on a setting's value changes it…