AI Agent Hub
Back to plugins
🖥️

path-click

Client Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install whw19761006/path-click

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install whw19761006/path-click in a terminal where DeepSeek Harness is installed; the full source is at https://github.com/whw19761006/path-click . After installation, restart DSH and press F5 in the browser to load the plugin.

About this plugin

In the DeepSeek Harness web UI, conversation messages are packed with file paths, log links, and tool-call artifacts. Opening any single one used to mean select, copy, paste into Explorer or a browser address bar, and shuttling between windows adds up fast. path-click collapses that loop into a single hover.

Rest your cursor on any file path or URL and a vertical pop-up menu appears: Show in Explorer jumps straight to the containing folder, and Open in Browser hands the file to your default browser regardless of extension. Because it bypasses Windows file-type associations entirely, a .js script, a .lnk shortcut, or a raw log file will all render in the browser instead of triggering a Choose-how-to-open dialog. Relative paths inside tool-call cards are recognised as well, and the vertical layout lets your cursor glide from the path text to the button without the popover disappearing. On the security side, every request is guarded by an Origin-and-Host check limited to loopback addresses, a protocol whitelist restricted to http / https / file / mailto, and a file-existence check run in the browser before any system call is made.

Built primarily for Windows-based DSH power users who want to glance at a file a tool just modified, jump to a log mentioned mid-conversation, or preview an artifact screenshot without leaving the keyboard. Hover, click, done.

Use Cases

  • Jump to Explorer for any file path mentioned in a conversation thread
  • Preview tool-call artifacts like logs, scripts, or configs directly in the browser
  • Open any file type in the default browser without triggering Windows file-association dialogs

Best For

  • Developers using the DSH web interface on Windows
  • AI-assisted coding users who want fewer window switches between the chat and Explorer
  • Engineers who need to quickly inspect tool-call outputs and referenced files