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.265 ·

New read-baseline lookup for remote-synced project files

Read and Edit tools now check a stored baseline for files synced from a remote host

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaMulti-Host Sessionswhat it touches
KindInternal Changesin v2.1.265,
Under the hood

Read and Edit tools now check a stored baseline for files synced from a remote host

What

New internal helper functions resolve a file path used by the Read or Edit tool against a remote host's project-sync setting (two_way or upload_only). If the file falls inside the synced project root or working directory, Claude Code now looks up a previously recorded baseline reading for that file instead of always treating it as never having been read.

Why

This avoids unnecessarily treating a synced file as unread when it was already read through the sync connection, which matters for tools like Edit that require a file to have been read first.

See this entry in the whole of v2.1.265 →

Feedback