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

Cloud file sync distinguishes committed credential-looking files

You'll notice
Useful2 Signal2
Cloud Sync

Credential-looking files that are committed to git are reported separately and explained.

What

Files whose names look like credentials but which are tracked in git are now reported separately from untracked ones, and the skip message explains that file sync never carries them while a committed version still reaches the next session through git.

Details
  • Adds a sensitive_tracked skip reason and its own pass in the upload pipeline.
Evidence

(file sync never carries those; a committed version reaches the next session through git)

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 →