wmglimpser-hash/dsh-file-links0

dsh-file-links

适用于 DeepSeek Harness 的 Windows 适配可点击文件链接插件:点击回复中的路径可打开、在资源管理器中显示或在面板中行内预览

AI 分析

将回复中的绝对路径转化为可点击的蓝色链接,支持快捷打开、预览或定位。适合 Windows 平台下需要频繁交互本地文件的用户。

包名
dsh-file-links
版本
1.0.0
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wmglimpser-hash/dsh-file-links

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.