Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Commands sent to a remote machine now wait for a file-sync barrier first

You'll notice
Useful4 Signal4
File Sync

Commands sent to a remote machine wait for your file changes to land, or fail with sync_failed.

What

Before forwarding a tool call to a remote or bridged host, Claude Code pushes your local file changes and asks the peer to take them in. The barrier answers go, go with a note, or hold. On hold the call is never made and comes back as an error with code sync_failed plus an explanation of what would clear it.

Details
  • Not behind a feature flag, but it short-circuits to go when the peer's Claude Code does not advertise the sync_files plumbing tool or the transport has no plumbing channel, so only sessions using directory sync with a new enough peer see holds.
Evidence

Not run on ${r}: ${e}, so the command would have acted on stale files. ${r} was not contacted. What clears it: ${t}.

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.248 →