AI Agent Hub
Back to plugins
🖥️

dsh-v-explorer

Client Updated 2026.09.02

Run the following command in DeepSeek Harness:

dsh plugin install victor10035445/dsh-v-explorer

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

Run dsh plugin install victor10035445/dsh-v-explorer in your terminal; the plugin source lives at https://github.com/victor10035445/dsh-v-explorer . After installation, restart dsh web and refresh the page to see the file-tree toggle in the session header.

About this plugin

DeepSeek Harness Web is conversation-first, but files in the working directory have no intuitive browsing surface. dsh-v-explorer borrows the VS Code sidebar model: a single toggle in the session header opens a lazy-loaded file tree, and a right-click menu covers open-in-explorer, copy path, insert as an @ reference into the composer, and launch HTML in the default browser—all without leaving the session window.

The bookmark panel lets you pin frequently used files or folders as virtual root trees, persisted per project and synced across tabs in real time via SSE; stale entries are flagged but never silently removed. Clicking a supported file opens a draggable floating preview: Markdown rendered with a Deep Ocean theme, JSON auto-formatted, and source code shown as escaped text, each format carrying its own style hook. The standout feature is the reference excerpt: select a range in the preview, send it with a line-number syntax, and the host snapshots the text at the exact moment the message enters the model step, so later edits cannot alter what the model already saw.

Built as a pure additive plugin that replaces no official component, it is ideal for developers who frequently browse, preview, or cite files inside their Harness working directory. Install, refresh, and the sidebar is ready.

Use Cases

  • Browse and preview working-directory files directly inside the session without switching windows
  • Pin commonly used files or folders as bookmarks with real-time cross-tab synchronization
  • Send code selections as line-numbered references for precise model grounding

Best For

  • DeepSeek Harness users who frequently access working-directory files
  • Developers who need quick previews of Markdown, JSON, or source code
  • Users who want enhanced in-session file operations and references