22-ai-00/dsh-enhanced--plugins-acp ↗★ 2
@dsh-enhanced/acp
Use DeepSeek Harness as an Agent Client Protocol (ACP) stdio agent.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:22-ai-00/dsh-enhanced#bb3fb924f1bdb946901614b8b848ac3a1d60c642&path:plugins/acp说明文档
阅读完整 README ↗配置
插件默认使用 DSH profile 的模型设置。需要覆盖初始配置时,编辑 ~/.dsh/profiles/acp/cordis.patch.yml:
- id: dsh-enhanced-acp
config:
includeRawEvents: false
可用配置:
provider和model:指定初始模型,必须同时设置;省略时使用 DSH 默认模型。reasoningEffort:指定初始推理等级。includeRawEvents:是否在_meta.dsh.event中发送未映射的 DSH 会话事件,默认为false。
Cordis 的 config 是整段替换。覆盖配置时,请在同一段中保留所有需要的字段。