Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.277 ·

New 'sync at attach' flow pulls a peer's files as soon as it joins a session

When a peer joins a cloud/dir-sync session it can now pull the other side's files immediately, behind capability and account gating

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaDirectory Syncwhat it touches
KindInternal Changesin v2.1.277,
Group of 2 Under the hood No documentation found

When a peer joins a cloud/dir-sync session it can now pull the other side's files immediately, behind capability and account gating

What

When a peer attaches to a cloud or directory-sync session, Claude Code can now offer to sync files right away instead of waiting for the normal push/pull cycle:

  • If the peer advertises the sync_at_attach capability and a local check passes, the new flow calls the peer's attachOffer()/pullPoint() to pull the peer's files into the local session before the usual sync cycle runs.
  • The local check requires the account gate tengu_violin_soundpost and the broader remote-tools gate tengu_violin_wood to both be enabled.
  • The flow emits the telemetry event tengu_dir_sync_attach_offer and counters under ccr_dir_sync_attach.

Why

This lets a newly attached peer get an up-to-date copy of files sooner, rather than waiting for the regular sync cycle, while keeping the behavior behind capability negotiation and account gates so it only activates where supported and enabled.

Read from
Names in the bundlesync_at_attach

See this entry in the whole of v2.1.277 →

Feedback