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

Plugin hooks.json now warned on unknown/malformed keys

Claude Code now warns about unknown or malformed keys in a plugin's hooks.json

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

Claude Code now warns about unknown or malformed keys in a plugin's hooks.json

What

A plugin's hooks.json file (which defines hooks — scripts that run automatically at certain points, like before a tool runs) is now checked against an allow-list of valid keys. If it contains keys that aren't recognized, or if a hook entry is missing its required matcher or hooks fields, Claude Code now emits a warning listing the offending keys, summarizing with "... and N more" if there are many.

Why

This helps plugin authors catch typos or malformed configuration in their hooks.json files early, instead of having the mistake silently ignored.

See this entry in the whole of v2.1.267 →

Feedback