AI Agent Hub
Back to plugins
🖥️

dock

Client Updated 2026.08.27

Run the following command in DeepSeek Harness:

dsh plugin install AKS1st/dock

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

In DeepSeek Harness, run dsh plugin install AKS1st/dock to install the dock plugin, or visit the GitHub repository at https://github.com/AKS1st/dock for source code.

About this plugin

In the DSH ecosystem, users often struggle to build a unified workbench for integrating tools like file browsing, code editing, and Git management due to the lack of a scalable base, leading to inconsistent interfaces and plugin collaboration issues. The dock plugin addresses this by providing a VSCode-style layout shell with components such as an activity bar, sidebar, editor area, and more, along with an open registry that allows other plugins to easily mount functionalities.

Core capabilities of dock include a visually consistent and user-friendly interface, layout persistence to retain workspace state across refreshes, and an open registration system for plugins to register panels, editor views, status items, and commands. This enables users to customize their workbench by adding features as needed—for example, dock-files for file management or dock-git for version control—creating a tailored IDE-like experience.

Dock is ideal for DSH power users and plugin developers. If you want to build a feature-rich workbench without designing the interface from scratch, dock serves as an excellent foundation. For plugin developers, it offers a standard base to focus on developing specific functionalities without worrying about underlying layout and integration challenges.

Use Cases

  • Build a custom DSH workbench environment
  • Integrate file browsing and code editing tools
  • Extend Git management features into the workbench

Best For

  • DSH power users and developers
  • Users needing to build IDE-like interfaces
  • Plugin developers extending functionalities