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.247 Home All releases olderv2.1.246 v2.1.248newer
Claude Code v2.1.247

Diff collection has a time budget and reports files it gave up on

You'll notice
Useful3 Signal2
Diffs

Diffs now time out after five seconds per file and list what they skipped rather than showing it unchanged.

What

Building the diff of your workspace now runs against a time allowance of 5 seconds per file and 10 seconds overall. A file that produces nothing within its slice is listed among the skipped-large files instead of yielding no changes, so a pathological file is reported as skipped rather than appearing unchanged.

Details
  • The budget is a parameter with those values as the default, so callers can tighten or loosen it.
Evidence

Ft = { perFileMs: 5000, totalMs: 1e4 }

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.247 →