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

Directory sync has an explicit offline end-state

You'll notice
Useful2 Signal3
Cloud Sync

Cloud directory sync ending because you went offline now asks you to acknowledge it.

What

The git-based directory sync used by cloud sessions can now end specifically because it went offline, which puts up a dialog asking you to acknowledge before sync is reported as ended. Telemetry records whether you acknowledged or the dialog went unanswered.

Details
  • Reached through an offline callback that only the terminal surface supplies; no remote-config flag controls it.
Evidence

tengu_dir_sync_git_offline_continued

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 →