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

Snapshots report when there are too many changed paths to list

You'll notice
Useful2 Signal1
Checkpoints

Checkpoint snapshots of huge trees now say there were too many paths instead of half-finishing.

What

A checkpoint snapshot of a very large working tree can now stop with a clear message instead of producing an incomplete result, and deleted files are counted in the snapshot's path total.

Details
  • Attribute listing can return an overflow result, surfaced to you as reason too_many_paths with a message saying the attribute listing overflowed; overflowed entries are dropped from the collected list.
  • Deletions are no longer folded into the bulk staging call; absent paths are listed explicitly from the index instead.
  • Files marked skip-worktree are un-marked before being re-added.
  • The reported stats.paths count now covers removed paths as well as staged ones.
Evidence

more changed paths than a snapshot can list (the attribute listing overflowed)

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