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/08/16

インストール

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

ドキュメント

README 全文を読む ↗

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).