Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.275 ·

Assistant transcript entries now carry request_id and structured error/uuid/timestamp fields directly

Assistant transcript entries now explicitly store a request_id alongside error, uuid, and timestamp

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

Assistant transcript entries now explicitly store a request_id alongside error, uuid, and timestamp

What

The internal code that builds each assistant message entry in a conversation transcript was rewritten to explicitly set its fields: type, message, uuid, timestamp, error, and, when available, request_id. Previously this was built by copying the whole input object and only removing one field; now each field is set directly.

Why

This makes transcript entries carry a clear, explicit request_id when one exists, which is useful for tracing a given assistant message back to the specific request that produced it, rather than relying on whatever happened to be present in the original object.

See this entry in the whole of v2.1.275 →

Feedback