- Run CodexApp on Windows.
- Open TestChat with a project that contains an existing text file and MP4 file on a drive-letter path.
- Send a message containing Markdown links to
C:/path/to/file.ps1andC:/path/to/video.mp4. - Inspect both rendered links and confirm their
href, title, and visible text preserve the complete drive-letter paths. - Open the text-file link and confirm the request returns the existing file instead of a 404 response.
- Open the MP4 link and seek within the video.
- Inspect the MP4 request and confirm byte-range requests return
206 Partial ContentwithAccept-Ranges: bytes. - Open a directory through local browse and click a nested folder plus the parent (
..) link.
- Windows drive paths are decoded as
C:/..., not/C:/...orC:\\C:\\.... - Existing files return successfully through
/codex-local-browse/C:/.... - MP4 files use the correct media content type and support browser range requests.
- Directory, parent, and edit links use
/codex-local-browse/C:/...or/codex-local-edit/C:/...with forward slashes and a separator after the route prefix. - Unix absolute paths and UNC paths retain their existing behavior.
- Close the opened file and video tabs. No files are modified by this test.