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.227 Home All releases olderv2.1.226 v2.1.228newer
Claude Code v2.1.227

Slow git fetches are recognised as timeouts, not server errors

You'll notice
Useful2 Signal1
Elsewhere

A stalled git fetch is now reported as a timeout, not a remote server failure.

What

A git fetch that stalls locally is now correctly reported as a transfer timeout rather than a remote failure.

Details
  • Fetch error output is scanned line by line for Operation too slow, and attributed to a local curl exit 28 timeout only when that line is not prefixed as a message from the remote.
  • Fetch telemetry gained extra per-attempt fields.
Evidence

Operation too slow

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.227 →