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.9 Home All releases olderv2.0.8 v2.0.10newer
Claude Code v2.0.9

API Client Fetch Override

What: Internal enhancement allowing custom fetch implementations to be injected into the API client for testing or custom network handling.

Details:

  • The API client factory function (fF()) now accepts an optional fetchOverride parameter
  • Replaces previous hardcoded fetch selection logic
  • Primarily used internally but enables advanced customization scenarios
  • Evidence: fF() at line 376120, fetch override usage at lines 411360 and 432771

See this entry in the whole of v2.0.9 →