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

Untracked-file survey extracted and shared

Under the hood
Useful2 Signal3
Directory Sync

Listing and hashing untracked files is now one shared routine used by sync telemetry and a new sync offer probe.

What

Listing untracked files, filtering them, stat-ing each one and slicing off the over-budget tail is now one shared function returning candidates, a too-many-untracked result, or a failure, used by both directory sync inventory telemetry and the new sync offer probe. Files touched by a git clean filter, a working-tree encoding or an ident attribute are found via check-attr and excluded from cheap blob-id comparison; remaining hashes are batched through hash-object --stdin-paths.

Evidence

too_many_untracked

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