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

Repo size estimate counts every untracked file

You'll notice
Useful3 Signal2
Cloud Sessions

Pre-upload repo size estimates count all untracked files, so they read larger than before.

What

The size estimate shown before a cloud session upload now adds the full count of eligible untracked files rather than a capped number, and no longer bails out early when the baseline byte count was missing. Repos with many untracked files will report a larger estimate than before.

Evidence

fileCount: u.fileCount + t.untracked.eligibleCount,

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