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.267 ·

Redaction now scrubs req_ request IDs from logs

Log scrubbing now also masks req_ request IDs

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

Log scrubbing now also masks req_ request IDs

What

Claude Code's log-redaction process, which already strips things like UUIDs, hex strings, base64 data, and IP addresses from logs, now also matches and replaces request IDs in the form req_XXXXXXXXXXXX with <id>.

Why

This keeps request identifiers out of stored or shared logs, reducing the amount of potentially sensitive or traceable data that gets logged.

See this entry in the whole of v2.1.267 →