22-ai-00/dsh-enhanced--plugins-acp2

@dsh-enhanced/acp

Use DeepSeek Harness as an Agent Client Protocol (ACP) stdio agent.

AI 분석

实现ACP协议对接,适合需要将DSH作为标准ACP智能体接入外部客户端的用户。

패키지
@dsh-enhanced/acp
버전
0.1.28
라이선스
MIT
최근 업데이트
2026. 9. 12.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:22-ai-00/dsh-enhanced#bb3fb924f1bdb946901614b8b848ac3a1d60c642&path:plugins/acp

配置

插件默认使用 DSH profile 的模型设置。需要覆盖初始配置时,编辑 ~/.dsh/profiles/acp/cordis.patch.yml

- id: dsh-enhanced-acp
  config:
    includeRawEvents: false

可用配置:

  • providermodel:指定初始模型,必须同时设置;省略时使用 DSH 默认模型。
  • reasoningEffort:指定初始推理等级。
  • includeRawEvents:是否在 _meta.dsh.event 中发送未映射的 DSH 会话事件,默认为 false

Cordis 的 config 是整段替换。覆盖配置时,请在同一段中保留所有需要的字段。