dushaobindoudou/dsh-acp

dushaobindoudou★ 0TypeScript最后同步: 2026-08-17

在 GitHub 打开

Agent Client Protocol (ACP) server plugin for the DeepSeek Harness (dsh) - drive dsh agents from Zed and any ACP v1 client

README 摘要

dsh-acp Agent Client Protocol (ACP) server for the DeepSeek Harness ( dsh ). Drive a full dsh coding agent - streaming output, tool calls, permission prompts, durable sessions - from Zed, JetBrains, or any ACP v1 client, exactly like opencode or Gemini CLI. English 中文 What it does dsh-acp is a dsh profile bundle: booting dsh --profile acp starts the entire DeepSeek Harness (agent loop, tools, sandbox, session persistence) with an ACP v1 JSON-RPC server on stdio instead of the web UI. M1 (current release) implements: ACP method Status initialize ✅ capabilities + agent info session/new ✅ creates a durable dsh agent (persisted under $DSH HOME/sessions ) session/prompt ✅ streaming agent message chunk / agent thought chunk (reasoning), plan updates, {stopReason} tool calls ✅ full lifecycle: tool call (pending, with title/kind/locations/rawInput) → in progress → completed / failed with content session/request permission ✅ dsh's approval seam bridged to the client (allow once/always, reject once/always) session/cancel ✅ aborts the turn, prompt resolves cancelled session/close ✅ cancels, flushes, disposes the agent Roadmap: session/load replay, session/resume / list , modes (plan mode) + c…

在 GitHub 查看完整 README →
终端/TUIacpagent-client-protocolcoding-agentcordis-plugindeepseekdeepseek-harnessdsh-pluginzed

分类