Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.265 ·

Plugin hot-reload watcher now covers plugin collections

Claude Code's plugin file watcher can now watch entire folders of plugins, not just individual plugin directories

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaPluginswhat it touches
KindInternal Changesin v2.1.265,
Group of 2 Under the hood

Claude Code's plugin file watcher can now watch entire folders of plugins, not just individual plugin directories

What

The plugin hot-reload watcher, which watches plugin files and reloads plugins when they change, gained a "watch collections" abstraction. It now accepts watchRoot/listChildren/reloadPlugins, and exposes watchCollections/watchedCollections alongside its existing per-plugin watch tracking.

The plugin-directory watcher now separately resolves individual plugin paths and plugin-collection (folder-of-plugins) paths, calling watchCollections in addition to the existing watchPlugins, and logs both the watched plugins and the watched collections.

Why

This lets Claude Code detect and hot-reload plugins that live inside a folder of multiple plugins, not just plugins installed individually.

How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtThe finding does not say what practical behavior change, if any, this produces for someone using plugins, only that the internal watcher…

See this entry in the whole of v2.1.265 →

Feedback