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.228 Home All releases olderv2.1.227 v2.1.229newer
Claude Code v2.1.228

Per-session directory sync registry for laptop sessions

Not switched on
Useful1 Signal3
Cloud Sessions

Each session gets at most one directory sync, with the oldest released once a cap is hit.

The sync registry only attaches for container-sync git roots with an existing remote, so most sessions never reach it.

What

New code keeps one directory sync per session, shutting down an existing one before replacing it and releasing the oldest once a cap is reached. It only attaches when the session's git root resolves to container sync mode and a remote already exists, so most sessions never reach it.

Details
  • Each entry pairs a status publisher with a bounded backlog and a lane row client, keyed by session id.
Evidence

container_sync

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