AI Agent Hub
Back to plugins
🖥️

dsh-workspace-explorer

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install 3911ee/dsh-workspace-explorer

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 3911ee/dsh-workspace-explorer, with the full source code available at https://github.com/3911ee/dsh-workspace-explorer.

About this plugin

In AI-assisted coding, a common limitation is that agents can only indirectly reference files through conversation, lacking direct access to browse project structures or modify code in real time, which hinders collaboration efficiency. The dsh-workspace-explorer plugin addresses this by adding a VS Code-style dual-pane workspace panel to the DeepSeek Harness Web GUI. On the left, it automatically lists file trees for all registered workspace directories, while the right side offers a code editor with syntax highlighting, allowing AI agents to "see" and directly manipulate project files just like human developers.

The plugin's core strength lies in its seamless integration and intelligent interaction. The file tree supports lazy loading, language-colored icons, and inline renaming/creation, and the editor includes features like line numbers, free resizing, Ctrl+S saving, and built-in syntax highlighting for various languages. Most importantly, it establishes a real-time channel between agents and the file system, enabling agents to view, edit, and refactor files in sync with conversations, truly achieving pair programming.

This plugin is particularly suitable for developers using DeepSeek Harness who want to upgrade their AI assistant from a "chatbot" to a "hands-on coding partner." It streamlines AI collaboration workflows, making code modifications visible and intuitive while ensuring local operation for security, with no data leakage concerns. Whether you need to quickly locate files, preview content, or have the agent process code in bulk, this plugin significantly boosts development efficiency.

Use Cases

  • Browsing and editing project files in real time during AI conversations
  • Using agents to batch refactor code or manage directory structures
  • Previewing Markdown documents or image content

Best For

  • Developers using DeepSeek Harness
  • Programming enthusiasts needing AI-assisted coding
  • Technical teams focused on coding collaboration efficiency