AI Agent Hub
Back to plugins
🖥️

dsh-filetree

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install lak321/dsh-filetree

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

To install this plugin in DeepSeek Harness, run the command 'dsh plugin install lak321/dsh-filetree' with the source code available at https://github.com/lak321/dsh-filetree.

About this plugin

The DeepSeek Harness Web interface initially lacked a file browser, preventing users from directly viewing or editing project files within sessions, which often disrupted workflows and reduced efficiency. The dsh-filetree plugin elegantly addresses this gap by adding a 'Files' tab, introducing comprehensive file management capabilities to the interface.

At its core, the plugin offers intuitive directory tree browsing and robust editing features. Users can view the complete directory structure of the current project on the left and click any file to open it on the right. The editor is designed in a VSCode style, supporting C/C++ syntax highlighting, line numbers, auto-indentation, and a dark theme, making code reading and editing smooth and enjoyable.

After editing, users can save files directly to disk, with the plugin ensuring data synchronization through backend routes, eliminating the need to switch tools. The entire experience is seamlessly integrated, and the editor is implemented in pure JavaScript without third-party dependencies, keeping it lightweight and efficient.

This plugin is ideal for developers and engineers using DeepSeek Harness, especially those who frequently need to view, debug, or modify project files. It brings desktop-level IDE capabilities to the web interface, streamlining development workflows and boosting productivity.

Use Cases

  • View project directory tree
  • Edit and save code files
  • Manage workspace files

Best For

  • Software developers
  • DeepSeek Harness users
  • Engineers