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.275 ·

Hooks modules must now be 'named like code'

Plugin hook modules must now use a recognized code file extension or they won't load

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaHookswhat it touches
KindImprovementsin v2.1.275,
You'll notice

Plugin hook modules must now use a recognized code file extension or they won't load

What

For plugins, the module field in hooks.json (the file that registers a plugin's hooks, which are scripts that run at specific points in Claude Code) must now point to a file with a recognized code file extension, and every file it imports from the plugin must too. Files with other extensions are rejected and simply not loaded, and a specific error message now lists which extensions are valid.

Why

This catches misconfigured or mistyped plugin hook files early, with a clear error instead of a silent failure to load.

Read from
Names in the bundlehooks.json

See this entry in the whole of v2.1.275 →