AI Agent Hub
Back to plugins
🖥️

dshacp

Client Updated 2026.08.24

Run the following command in DeepSeek Harness:

dsh plugin install ECHOUniverse/dshacp

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

Run dsh plugin install ECHOUniverse/dshacp in your terminal to install; see https://github.com/ECHOUniverse/dshacp for source code

About this plugin

Zed natively talks to Claude and GPT, but plugging in DeepSeek has not been straightforward. DSHACP, a plugin for DeepSeek Harness (DSH), bridges Zed and DeepSeek over the ACP v1 protocol so you can chat, read files, write code, and run commands without leaving the editor, with every step visible in the UI.

Where the official dsh --profile acp is deliberately minimal (aimed at CI and automation pipelines), DSHACP exposes the full interactive surface of DSH to Zed: token-level streaming with reasoning display, tool call input/output rendering, complete session lifecycle management (new, load, resume, list, delete, close), permission-approval popups for sensitive operations, and in-panel selection of model, thinking strength, permission policy, and agent preset. Extensibility includes slash commands, HTTP MCP forwarding, hybrid file writes (block-by-block diff review), and paste-a-screenshot image input.

Built for Zed-centric developers who want DeepSeek as a primary or secondary model and expect a richer interactive experience than a bare API bridge provides.

Use Cases

  • Chat with DeepSeek in Zed to read files, write code, and run commands
  • Manage multi-turn sessions via ACP with new, resume, list, and delete
  • Risky operations trigger permission approval with allow once or always

Best For

  • Developers who code daily in Zed editor
  • Engineers wanting DeepSeek as an auxiliary coding model
  • Users seeking richer interaction beyond bare API bridges