cnctem/dsh-acp1

dsh-acp

Agent Client Protocol (ACP) JSON-RPC stdio server for DeepSeek Harness — bridges Zed and other IDEs to dsh agents

AI 분석

核心用途是将 DSH 智能体作为后端服务接入 Zed 等支持 ACP 的现代编辑器。适合喜爱在 IDE 侧边栏直接与 DSH 智能体协作的开发者。

패키지
dsh-acp
버전
0.1.0
최근 업데이트
2026. 8. 16.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:cnctem/dsh-acp

Configuration

  • Model/provider defaults to dsh's default model; override via DSH_ACP_PROVIDER / DSH_ACP_MODEL (or edit the acp row 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.yaml or DEEPSEEK_API_KEY).