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

@dsh-enhanced/acp

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

包名
@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 是整段替换。覆盖配置时,请在同一段中保留所有需要的字段。