Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.257 ·

Windows-unsafe path validation function rewritten/expanded

Paths are now checked for Windows reserved names, trailing dots, forbidden characters and short-name aliases.

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaWindowswhat it touches
KindBug Fixesin v2.1.257,
You'll notice

Paths are now checked for Windows reserved names, trailing dots, forbidden characters and short-name aliases.

The function previously used to normalize choice-list items has been replaced with path validation logic for Windows-unsafe paths. It checks for Windows-reserved device names, trailing dots or spaces, forbidden characters, and NAME~1 short-name aliases (the last also checked under WSL), returning a descriptive refusal string such as noting a path "carries a NAME~1 short-name alias, which a Windows filesystem resolves to a differently named entry" instead of returning a normalized choice object.

See this entry in the whole of v2.1.257 →

Feedback