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 ·

Directory-sync state now tracks repository trust and locally-served tools

Cloud session sync and directory-sync change detection now include repositoryTrust and localTools fields

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaDirectory Syncwhat it touches
KindInternal Changesin v2.1.277,
Group of 2 Under the hood

Cloud session sync and directory-sync change detection now include repositoryTrust and localTools fields

What

When a remote session attaches, the served-tools announcement now feeds a new localTools field, and a new repositoryTrust field is attached to the cloud-session-sync payload when the repository-trust feature is active. The directory-sync journal's change-detection logic was updated to compare both repositoryTrust and localTools (alongside the existing whileClosed field) using a new deep-equality helper, so changes to either are now detected. New status text such as "served by this machine" and "not serving this session" was added to describe trust/sync status to the user.

Why

This lets directory sync correctly notice and react when which tools are served locally or the repository's trust state changes, instead of only tracking whether syncing was paused.

See this entry in the whole of v2.1.277 →

Feedback