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

Clearer message when untracked files were not uploaded

You'll notice
Useful3 Signal2
Cloud Sessions

You are now told plainly when file sync is off and your untracked files weren't uploaded.

What

If Claude Code cannot compare your checkout against its remote, it now tells you plainly that file sync is off for the session and your untracked files were not uploaded, rather than leaving the omission unexplained.

Details
  • The check that inspects the remote also records where your checkout sits relative to it and whether a fallback was used; being ahead of the remote is now decided from that placement being unknown.
  • Sync selection takes an opt-in input and returns "none" with reason "not opted in" when off; what sets that opt-in is not visible in this build.
Evidence

File sync is off for this session and your untracked files were not uploaded

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