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 v1.0.113 Home All releases olderv1.0.112 v1.0.114newer
Claude Code v1.0.113

Conditional Telemetry Initialization

What changed: Telemetry initialization can be deferred based on workspace trust Details:

  • New flag Fy0 at line 429230 tracks initialization state
  • Initialization deferred when otelHeadersHelper is configured but trust not established
  • Function NtB() at line 429241 allows manual initialization when conditions are met
  • Prevents sensitive telemetry from initializing in untrusted workspaces
  • Evidence: EtB variable at line 429231 with conditional logic, replacing direct initialization in VtB at line 429100 in v1.0.112

See this entry in the whole of v1.0.113 →