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.229 Home All releases olderv2.1.228 v2.1.231newer
Claude Code v2.1.229

Diff and history-search failures are reported separately

Under the hood
Useful2 Signal1
Telemetry

Diff and history-search problems are now reported as distinct failures rather than one generic error.

What

The diff hook now distinguishes a failed git diff, failed hunk parsing and a thrown error, and the history picker separates a scan it cut short from a real failure, returning a failed status instead of throwing.

Details
  • Diff events: git_diff_failed, git_hunks_failed, git_diff_threw
  • Partial scan markers: picker_scan_interrupted and text_limit_reached
Evidence

picker_scan_interrupted

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

See this entry in the whole of v2.1.229 →