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.1.239 Home All releases olderv2.1.238 v2.1.240newer
Claude Code v2.1.239

Trace context can be picked up from an incoming request

Under the hood
Useful1 Signal3
Telemetry

Telemetry spans can now join a trace that was started by whatever called in.

What

New helpers read a W3C traceparent header into a telemetry context and run work inside it, so spans can join a trace started elsewhere. They do nothing when telemetry is off or when no header is present, in which case the work runs as before.

Evidence

traceparent

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.239 →