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.242 Home All releases olderv2.1.241 v2.1.243newer
Claude Code v2.1.242

Sync explains skipped dependency folders and cloud container restarts

You'll notice
Useful3 Signal2
Directory Sync

Sync tells you when vendor or node_modules files are skipped, and pauses if the cloud side restarts.

What

Per-file sync now tells you when tracked files under directories like vendor/, build/ or node_modules/ are being left out for the session, and it recognises when the cloud side has stopped: if that container is restarted and loses track of which files were synced, sync halts with a message saying so, and resumes when the peer comes back.

Details
  • Two reasons are given for leaving a dependency directory out: it holds more files than a single turn can track, or those files are not checked out on this machine.
  • The halted-peer state and the dependency-exclusion reporting are both new; neither exists in v2.1.241.
Evidence

its container was restarted and lost track of your synced files

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