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 v2.0.8 Home All releases olderv2.0.5 v2.0.9newer
Claude Code v2.0.8

Non-Functional customNotifyCommand Stub Removed

What: Removed dead code for custom notification commands that was never actually implemented.

Details: The customNotifyCommand configuration option was introduced in v0.2.115 but never functioned—it always contained an early return; statement preventing execution. Users who set this option never received custom notifications as it was silently ignored.

User impact: Zero. The feature never worked, so removing it doesn't change behavior.

Evidence: Stub function pb6() at line 406840 present in v2.0.5, removed completely in v2.0.8 (notification function H01() at line 397504 no longer checks for customNotifyCommand)

See this entry in the whole of v2.0.8 →