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

Files over the per-turn sync allowance are now deferred, not silently dropped

You'll notice
Useful3 Signal2
Cloud Sync

Files over one turn's sync allowance are now deferred to later turns rather than just warned about.

What

When a cloud session changes more files than one turn's sync allowance covers, Claude Code prints an info line saying the rest will sync over the next turns, instead of only warning that you are over budget.

Details
  • The admission calculation reports how many files were held back by the allowance, and the sync worker result carries an optional count of files skipped as deferred.
  • The new info line is separate from, and shown alongside, the existing over-budget warning.
Evidence

Claude changed in the cloud session will sync here over its next turns

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 →