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

file: URL resolver now also normalizes bare absolute paths

The file: URL resolver now also accepts plain absolute paths, not just file:// URIs

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindBug Fixesin v2.1.274,
Under the hood

The file: URL resolver now also accepts plain absolute paths, not just file:// URIs

What

The internal function that converts file:// URLs into filesystem paths now also accepts plain paths that already start with /, as long as they aren't already recognized in another form, rather than requiring a full file: URI.

Why

This means code paths that expect a file: URL will now also correctly handle a bare absolute path being passed in, instead of failing or mishandling it.

How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's release notes agreeFixed clickable links to local file paths doing nothing in VS Code and other terminals that require a file:// URI

See this entry in the whole of v2.1.274 →