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.