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.
One source agreesOne thing we can check says the same as this entry.
Anthropic's release notes agree
Fixed clickable links to local file paths doing nothing in VS Code and other terminals that require a file:// URI