Source Intelligence
Reading a new release v2.1.251 Analysing changes · 2/5 Deeper second pass · 4/5 agents 427 findings $12.75 so far

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 v1.0.71 Home All releases olderv1.0.70 v1.0.72newer
Claude Code v1.0.71

Global Hooks Control

What: New setting to disable all hooks globally Why: Provides an escape hatch when hooks are causing issues or impacting performance How to use:

// In ~/.claude/settings.json
{
  "disableAllHooks": true
}

Details:

  • Disables all hook executions including statusLine updates
  • Useful for debugging or performance optimization
  • Logs a message when hooks are skipped

See this entry in the whole of v1.0.71 →