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

Files too large to sync are now called out by name

You'll notice
Useful3 Signal1
Directory Sync

Files skipped by cloud sync for being too large are now named, up to five paths.

What

Cloud directory sync now warns when individual files are skipped for being over the size limit, naming up to five paths, instead of dropping them silently. The size limit is filled in at runtime.

Details
  • Oversize files are tracked in their own bucket, separate from the other reasons a file is held back.
  • The message ends with the fragment MiB each), so changes to them stay on this machine: .
  • Related: the internal "uploads not taken" lines dropped from info level to debug, so they no longer appear in the normal log stream.
Evidence

MiB each), so changes to them stay on this machine:

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