wmglimpser-hash/dsh-file-links ↗★ 0
dsh-file-links
Windows-adapted clickable file links for DeepSeek Harness: click paths in replies to open them, reveal in Explorer, or preview inline in a panel.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wmglimpser-hash/dsh-file-links说明文档
阅读完整 README ↗Usage
Any path wrapped in backticks in a reply (e.g. `C:\project\README.md`) becomes a blue link:
- Left-click the path → opens the file
- Right-click the path → context menu with Open file / Preview / Reveal in Explorer
Only absolute paths are clickable: Windows drive paths (C:\..., C:/...), UNC paths (\\server\share\...), POSIX absolute paths (/home/...), and ~/.... Relative paths and bare filenames stay plain text — they cannot be resolved reliably because the session records the launch directory as its cwd, not the agent's actual working directory.