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

New "file sync is offline" notice panel

You'll notice
Useful3 Signal2
Cloud Sessions

A new panel tells you file sync dropped and your message is queued, not sent.

What

A new panel tells you when file sync to a cloud session has dropped and your message is queued rather than sent, with the text "File sync is offline — your message is waiting". You acknowledge it and carry on.

Details
  • Registered as a dialog classified as needing user input, and dispatched from the cloud-session and directory-sync machinery, so it is live rather than parked.
  • It queues behind whatever is already on screen instead of interrupting.
  • The map of panel descriptions it was added to used to be a fixed object and is now built by a function.
  • No feature flag guards it in this build.
Evidence

cloud_sync_offline: "acknowledge: file sync offline notice"

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 →