Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.242 Home All releases olderv2.1.241 v2.1.243newer
Claude Code v2.1.242

Managed hook skip message now says SDK callback hooks still run

You'll notice
Useful3 Signal3
Hooks

The disableAllHooks notice now says SDK callback hooks still run while configured hooks are skipped.

disableAllHooks
What

When the managed disableAllHooks setting is on, the skip notice now states that configured hooks are skipped while hooks supplied as SDK callbacks still run, instead of implying all hooks are off. The worktree-creation failure message no longer lists disableAllHooks as a possible cause.

Details
  • The worktree message now attributes a non-running hook to an untrusted workspace or a matcher that did not match.
  • Hook invocation also passes storage and credentials through to the hook.
Evidence

"WorktreeCreate hook failed: hook is configured but did not run (workspace not trusted or matcher mismatch)"

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.242 →