AI Agent Hub
Back to plugins
🖥️

dsh-file-explorer-kit

Client Updated 2026.09.05

Run the following command in DeepSeek Harness:

dsh plugin install ice5kysl/dsh-file-explorer-kit

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

Install the plugin in DeepSeek Harness by running dsh plugin install ice5kysl/dsh-file-explorer-kit; the full source repository is available at https://github.com/ice5kysl/dsh-file-explorer-kit

About this plugin

As your workspace accumulates more and more files, every time you want a quick look at the directory layout or a particular file you have to leave dsh and dive into Finder or File Explorer. dsh-file-explorer-kit removes that friction: it adds a dedicated Files tab (Chat | Trajectory | Files) to the session title bar so you can browse the workspace directory and preview file contents entirely within dsh Web.

Key capabilities include breadcrumb navigation with a directory/file list (directories first, showing size and modification time, with a toggle for hidden dotfiles) and a jump-to-absolute-path input. The preview panel renders Markdown by default (parsed with marked and sanitized via DOMPurify to guard against XSS), displays images inline, shows other text with line numbers, embeds PDFs, and offers Copy path / Open in file manager actions for binary files. The tab auto-refreshes while open so files written by the agent in the background appear in real time, and the last browsed directory is remembered per session. The UI is bilingual (Chinese / English), auto-detected from the browser language with a manual toggle in the top bar.

All directory and file data flows through read-only host-side endpoints; the plugin never writes or modifies any file, keeping its security posture consistent with dsh official trust conventions. It is designed for developers who work with large workspaces in dsh and want fast, in-context browsing and previews without switching to an OS-level file manager, and it coexists cleanly with additive plugins such as dsh-workspace-kit.

Use Cases

  • Browse workspace directory structure directly from the session tab bar without switching to the OS file manager
  • Preview Markdown, images, PDFs and other files inline to verify agent output at a glance
  • Return to the last browsed directory per session when switching between multiple conversations

Best For

  • Developers who handle large workspaces in dsh daily and frequently inspect directory contents
  • Users who need to verify agent-generated or modified files without leaving dsh Web
  • Technical users who run multiple dsh plugins and prefer a tab-based workflow