AI Agent Hub
Back to plugins
⚙️

dsh-acp

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install dushaobindoudou/dsh-acp

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

To install the dsh-acp plugin in DeepSeek Harness, run the command dsh plugin install dushaobindoudou/dsh-acp; the source code is available at https://github.com/dushaobindoudou/dsh-acp.

About this plugin

In software development, integrating AI coding agents into editors can boost efficiency, but there is a lack of unified standards among tools and protocols. DeepSeek Harness offers a powerful agent framework, yet it requires a way to be accessed from editor clients. The dsh-acp plugin acts as an Agent Client Protocol (ACP) server, bridging DeepSeek Harness with various ACP-compatible clients. It supports streaming output, tool call handling, permission requests, and session persistence. Users can seamlessly drive coding agents from Zed, Neovim, or any ACP-enabled editor, delivering an integrated experience similar to opencode or Gemini CLI. This plugin is ideal for developers who use modern editors and want to integrate AI agents, providing a flexible, standardized solution for personal coding, remote collaboration, or scenarios requiring persistent sessions.

Use Cases

  • Drive DeepSeek Harness coding agent via ACP in the Zed editor.
  • Use HTTP transport for remote access and shared agent sessions.
  • Manage persistent sessions to support workflows with tool calls and permission prompts.

Best For

  • Developers using ACP-enabled editors like Zed, Neovim, or Emacs.
  • Software engineers seeking to integrate AI coding assistants.
  • Users in remote collaboration or shared agent environments.