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

"mods/" path segment resolves to a vendor claude-code-mods directory for built-in hooks modules

Built-in hooks module IDs starting with 'mods/' now resolve to a vendor claude-code-mods directory

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaPlugin Hookswhat it touches
KindInternal Changesin v2.1.269,
Under the hood No documentation found

Built-in hooks module IDs starting with 'mods/' now resolve to a vendor claude-code-mods directory

What

Inside the function that turns a builtin-hooks-module: identifier into an actual file path, a new rule checks whether the remainder of the identifier starts with mods/. If it does, the path resolves under vendor/claude-code-mods/mods instead of the normal built-in hooks location.

Why

This lets Claude Code load hook modules from a separate vendored claude-code-mods directory when they're referenced with a mods/ path, alongside its regular built-in hooks.

See this entry in the whole of v2.1.269 →