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.242 Home All releases olderv2.1.241 v2.1.243newer
Claude Code v2.1.242

Fetching from your own checkout stops retrying when the remote never responds

You'll notice
Useful2 Signal2
Cloud Sessions

Fetching from your own checkout gives up quickly when the remote sends nothing at all.

What

When Claude fetches from a bring-your-own-checkout remote and every retry attempt saw no progress and no activity from the remote, it now stops retrying and fails fast so the session can be reassigned, instead of burning the full retry budget.

Details
  • Only applies where the retry path is enabled for the session.
  • The failure is tagged in telemetry with a giveup reason so silent remotes can be distinguished from other fetch failures.
Evidence

giveup: "mute"

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

See this entry in the whole of v2.1.242 →