dsh-acp
Agent Client Protocol (ACP) JSON-RPC stdio server for DeepSeek Harness — bridges Zed and other IDEs to dsh agents
AI Analysis
核心用途是将 DSH 智能体作为后端服务接入 Zed 等支持 ACP 的现代编辑器。适合喜爱在 IDE 侧边栏直接与 DSH 智能体协作的开发者。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:cnctem/dsh-acpREADME
Read the full README ↗Configuration
- Model/provider defaults to dsh's default model; override via
DSH_ACP_PROVIDER/DSH_ACP_MODEL(or edit theacprow in$DSH_HOME/profiles/acp/cordis.patch.yml). - Agent preset via
DSH_ACP_PRESET; empty →standard. Values:standard/code(PTC) /minimal/cordis. - API key reuses dsh credentials (
$DSH_HOME/.credentials.yamlorDEEPSEEK_API_KEY).