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

Stricter control-character rejection in URL-like path validation

Path/URL validation now rejects raw control characters and DEL

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaPermissionswhat it touches
KindBug Fixesin v2.1.269,
You'll notice

Path/URL validation now rejects raw control characters and DEL

What

A validator that checks whether a string looks like a valid URL or file path already rejected backslashes and whitespace. It now also rejects raw control characters and the DEL character (the ranges \x00-\x1f and \x7f).

Why

This tightens what counts as a well-formed path or URL, catching invisible or non-printable characters that could otherwise slip through validation and cause unexpected behavior.

See this entry in the whole of v2.1.269 →