You'll notice
Deep-link file content is no longer path-formatted or trimmed before display
What
When Claude Code's deep-link handler displays a file's contents as "Contents of {path}:" followed by the file text, it now uses the raw path directly instead of passing it through a formatting function, and it no longer trims whitespace from the content before showing it.
Why
This means the displayed path and file content now appear exactly as stored, without the previous formatting or trimming applied.