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.246 Home All releases olderv2.1.245 v2.1.247newer
Claude Code v2.1.246

Folder sync now says out loud when it has stopped

You'll notice
Useful3 Signal1
Directory Sync

When folder sync stops, you're told the reason and to start a new cloud session.

What

When a cloud session tied to a local folder stops syncing, Claude Code now prints the reason instead of going quiet: the cloud session never picked up anything sent from the folder, the local sync store is missing or unreadable, or the folder's files could not be recorded when the session opened. Each message tells you to start a new cloud session from that folder.

Details
  • The local sync store is the on-disk record of what has been sent; if it cannot be read, that session cannot resume syncing at all.
  • A separate notice explains that files replaced or deleted by sync are moved to a trash directory on your machine rather than thrown away.
  • Only appears for folder-backed cloud sessions.
Evidence

This folder is not syncing: this session's local sync store is missing or unreadable on this machine. Start a new cloud session from this folder to sync again.

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.246 →