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.238 Home All releases olderv2.1.237 v2.1.239newer
Claude Code v2.1.238

Clean-filter reconciliation is timed and reported

You'll notice
Useful2 Signal2
Cloud Sync

The change-detection scan can be cancelled and now reports how many files it checked and how long it took.

What

The scan that decides which files changed now consults git clean-filter blob ids, can be cancelled part-way, and reports how many files it asked about, how many settled, and how long it took.

Details
  • A file previously marked changed can be reclassified as unchanged once the filter answers.
  • Two copies of a file are now also considered in agreement when their git blob id matches and etag and mode still line up, not only when their sha256 matches.
  • There is a cap on how many decisions a worker will defer.
Evidence

filter_settled

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