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 ·

Remote tool calls now send a read baseline for host-side verification

Remote tool calls now attach a read baseline snapshot so the remote host can verify a file hasn't changed before an edit runs

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaMulti-Host Sessionswhat it touches
KindInternal Changesin v2.1.265,
Group of 2 Under the hood No documentation found

Remote tool calls now attach a read baseline snapshot so the remote host can verify a file hasn't changed before an edit runs

What

When Claude Code sends the first, unapproved request for a remote tool call to a host, it now includes a readBaseline field built from the session's record of files it has read. A new noteReadBaselineSent callback fires once the host confirms it received this baseline (read_baseline), and the tool-call dispatch logic now tracks a readBaselineSent flag on the call's outcome, tying into a project_sync read-baseline lookup.

Why

This lets a remote host check, before executing an edit-style tool call, that the file it's about to modify hasn't changed since Claude last read it there, reducing the risk of an edit overwriting changes it never saw.

Read from
Names in the bundlereadBaselineSent

See this entry in the whole of v2.1.265 →

Feedback