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

Sync summaries distinguish refused, unbound and bad-path outcomes

You'll notice
Useful2 Signal2
Cloud Sync

Sync summaries now separate credential-refused files from other failures and bad paths.

What

The remote file sync summary now separates files refused as credentials from other failures, counts how many filter decisions settled, and adds a terminal skipped_unbound case plus a missing file status with reason bad_path.

Details
  • A refused credential produces a structured missing entry rather than a generic failure, so it is distinguishable in telemetry as files_credential_refused.
Evidence

files_credential_refused

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 →