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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

File-sync and socket outcome names reshuffled

Under the hood
Useful2 Signal2
Cloud Sessions

File-sync outcome messages gained new cases and dropped one blocking reason.

What

The code that turns a setup outcome into a message gains cases for momentary and too_many_paths, gives the new unmapped-uid socket failure its own renderer, and drops too_many_untracked from the set of reasons that block sync, which still contains untracked_too_large.

Details
  • The new cases have no visible message strings in this build, so what they render is not settled here.
Evidence

"untracked_too_large"

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