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

Query-string redaction helper for logged URLs

URLs shown in logs now have most query-string values redacted

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.275,
Under the hood

URLs shown in logs now have most query-string values redacted

What

A new helper redacts the query string of any URL before it's logged or displayed: it keeps the path, but replaces the value of each query parameter with ***, unless the parameter's name is on an allowed list (ref, branch, tag, path, file, file_path, version, format) and its value looks like a safe, path-like string.

Why

This reduces the chance that sensitive data passed in a URL's query string (like tokens or identifiers) ends up exposed in logs, while still keeping harmless, useful values like a git ref or file path visible for debugging.

See this entry in the whole of v2.1.275 →