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.251 Home All releases olderv2.1.250
Claude Code v2.1.251

Sync-unreachable warning now reads differently for background passes

You'll notice
Useful2 Signal1
Cloud Sync

Sync-unreachable warnings now word themselves differently for background and foreground passes.

What

When file sync cannot reach the cloud session, the warning text depends on which kind of sync pass failed. A background pass says "it keeps trying at each sync point — nothing is lost, and sync has not stopped". A foreground send still says your message waits while sync tries a few more times, and that Esc cancels the message.

Details
  • The wording is chosen from the pass's trigger type, so the reassuring version only appears for passes you did not initiate.
  • Neither version changes what sync actually does; only the message differs.
Evidence

sync has not stopped

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