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.70 Home All releases olderv2.0.69 v2.0.71newer
Claude Code v2.0.70

Enhanced Marketplace Auto-Installation

The official Anthropic marketplace auto-installation now includes improved retry logic with exponential backoff:

  • Tracks retry count, last attempt time, and next retry time
  • Maximum 10 retry attempts with delays from 1 hour to 7 days
  • Shows user notifications for installation status (success, failure, git unavailable)
  • Evidence: Retry constants at o51 variable, line 445893 (MAX_ATTEMPTS: 10, INITIAL_DELAY_MS: 3600000, MAX_DELAY_MS: 604800000)

See this entry in the whole of v2.0.70 →