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_attachcapability and a local check passes, the new flow calls the peer'sattachOffer()/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_soundpostand the broader remote-tools gatetengu_violin_woodto both be enabled. - The flow emits the telemetry event
tengu_dir_sync_attach_offerand counters underccr_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.
Names in the bundlesync_at_attach