Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.274 ·

Plugin agents can now load from a hooks-module 'files' map, not just a folder

Plugin agents can now load hooks from a files map, not just a folder

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaPluginswhat it touches
KindNew Featuresin v2.1.274,
Under the hood

Plugin agents can now load hooks from a files map, not just a folder

What

Plugins that define agents can now supply their hooks module (code that runs around tool or agent actions) in two ways: the existing folder-based layout, or a new files-object keyed by namespace paths. In the new form, each entry is turned into a synthetic builtin: file path and parsed individually.

Why

This gives plugin authors a second, more flexible way to package hooks without needing a folder structure on disk.

See this entry in the whole of v2.1.274 →