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

Sync reports separate "could not send" from "unreadable"

Under the hood
Useful1 Signal1
Directory Sync

Sync failure reporting splits "could not send" from genuinely unreadable content.

What

Sync feature reporting no longer lumps failures under a single "unavailable" label. An internal error now reports as could_not_send, and a give-up state reports as unreadable only when the underlying cause was a read failure, otherwise could_not_send.

Evidence

reason: P.gaveUp === "read_failed" ? "unreadable" : "could_not_send"

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 →