Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.274 ·

Request telemetry gains rawRequestBodyId and a requestBodyId threaded into assistant-response logging

Assistant-response logging now threads a requestBodyId through the telemetry that records completions

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaTelemetrywhat it touches
KindInternal Changesin v2.1.274,
Under the hood

Assistant-response logging now threads a requestBodyId through the telemetry that records completions

What

The internal function that logs completion telemetry now takes and passes along a rawRequestBodyId value (previously stored under a differently named slot), and forwards a requestBodyId into the code path that saves assistant responses.

Why

This is internal bookkeeping for how Claude Code correlates a logged response with the request that produced it. It has no direct effect on how you use the tool.

See this entry in the whole of v2.1.274 →