wmglimpser-hash/dsh-file-links

wmglimpser-hash★ 0JavaScriptLast synced: 2026-08-16

Open on GitHub

README excerpt

dsh-file-links English 简体中文 Make file paths in DeepSeek Harness replies clickable, previewable, and revealable — tested on Windows. The problem When an agent mentions a file path in its reply, that path is just plain text. To open it you have to find it yourself in a file manager. dsh-file-links turns those paths into blue clickable links with a context menu. Features - 🖱 Click a path → open the file with the system default application - Right-click → Preview → view the file content inline in a panel (text / image) - Right-click → Reveal in Explorer → open the file manager with the file selected (Windows) - Right-click → Open → same as clicking the path Why this one Windows-first Most community plugins were built and tested on macOS; Windows was "expected to work". This plugin is tested on Windows, including paths with Chinese characters and spaces. Reuses the official opener Opening files goes through the official openPath ( Invoke-Item on Windows) — no reinvented shell commands for the common case. Zero runtime dependencies Pure Node built-ins + native DOM. No bundled framework. Unobtrusive Only enhances paths already in the reply. No extra sidebar, no noisy "mentioned files" li…

View full README on GitHub →
Tools / Devdeepseek-harnessdsh-pluginwindowsagent

Category