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.56 Home All releases olderv2.0.55 v2.0.57newer
Claude Code v2.0.56

Telemetry Reliability Overhaul

What: Failed telemetry events are now queued, batched, and retried with exponential backoff instead of being lost.

Details:

  • Events saved to ~/.claude/telemetry/1p_failed_events.{session}.{batch}.json
  • Maximum 8192 queued events, batch size of 200
  • Exponential backoff: 500ms → 2s → 4.5s → 8s → 30s (capped)
  • Events persist across CLI restarts and are retried on next session
  • Default timeout increased from 5s to 10s
  • Evidence: Class zm1 at line 234387, queueFailedEvents() at line 234542, retryPreviousBatches() at line 234448

See this entry in the whole of v2.0.56 →