AI Agent Hub
Back to plugins
🖥️

dsh-file-manager

Client Updated 2026.09.15

Run the following command in DeepSeek Harness:

dsh plugin install starstorm-ai/dsh-file-manager

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

Run dsh plugin install starstorm-ai/dsh-file-manager in DeepSeek Harness to install; the source is available at https://github.com/starstorm-ai/dsh-file-manager

About this plugin

DeepSeek Harness Web sessions have long lacked a built-in file view, forcing developers to switch to external editors whenever they need to inspect or tweak workspace files mid-conversation and breaking context flow.

dsh-file-manager adds a File tab inside conversation.view, offering a lazily loaded workspace file tree, Monaco syntax highlighting for TypeScript, JavaScript, JSON, HTML, CSS, Markdown, YAML, Shell, Python, Go, Rust, Java, and C/C++, multiple file tabs with independent cursor and scroll state, plus dark and light themes with Chinese and English UI. Saves use a version token with atomic replaceIfVersion so edits already made by Git, other editors, or agents are never silently overwritten. Monaco styles and workers are inlined at build time, removing all runtime CDN dependencies.

This plugin suits agent developers who want to review or lightly edit workspace files without leaving the session, as well as teams building products on DSH that need a dependable in-browser file panel. It installs as a Bundle, modifies no DSH source code, replaces no provider, and works with any compatible DSH Web Profile.

Use Cases

  • Quickly view and edit workspace files within an agent session
  • Inspect project code structure without leaving the Web Session
  • Open, edit, and save multiple source files in parallel tabs

Best For

  • Developers building agent applications on DeepSeek Harness
  • Teams that prefer in-browser file inspection and light editing
  • Engineers who need to tweak workspace code mid-conversation