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 v0.2.78 Home All releases olderv0.2.77 v0.2.79newer
Claude Code v0.2.78

The OAuth token refresh implementation includes:

  • Automatic detection of expired tokens based on expiresAt timestamp
  • Support for OAuth 2.0 refresh token grant type
  • Proper handling of client credentials (client_id and client_secret)
  • Telemetry events for tracking refresh success/failure rates

See this entry in the whole of v0.2.78 →