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.0.28 Home All releases olderv2.0.27 v2.0.29newer
Claude Code v2.0.28

Extended Git Operation Timeouts

What: Git clone and update operations now use 30-second timeouts instead of 5 seconds, improving reliability for large repositories or slow connections.

Details:

  • Clone operations: timeout increased from 5000ms to 30000ms
  • Update operations: timeout increased from 5000ms to 30000ms
  • Reduces false failures on slow networks or large marketplaces
  • Evidence: Id8() at line 263544 uses timeout: 30000; Bd8() at line 263476 uses timeout: 30000

See this entry in the whole of v2.0.28 →