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

New URL redaction helpers for stripping credentials/query/hash before logging or telemetry

New helper functions strip credentials, query strings, and fragments from URLs before they're logged

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

New helper functions strip credentials, query strings, and fragments from URLs before they're logged

What

Claude Code now has a set of internal helper functions that detect and remove sensitive parts of a URL, such as an embedded username and password (user:pass@host), query strings, and fragments, as well as sensitive parts of Windows/UNC file paths. When found, these are replaced with a fixed placeholder, [redacted URL], before the URL is written to logs or telemetry.

Why

This reduces the chance that credentials or other sensitive data embedded in a URL or file path accidentally end up in logs or diagnostic data.

See this entry in the whole of v2.1.268 →