HeyBobChan/canon-deepseek-harness-plugin0

@canonmsg/deepseek-harness-plugin

DeepSeek Harness 的 Canon 通道插件,支持通过环境变量配置 Canon 配置文件、工作区及模型路由。

AI 分析

核心用途是将 Canon 代理通道集成到 DSH 中,适合使用 Canon 框架进行智能体管理、需要将 DSH 工作区与 Canon 配置文件进行绑定的高级用户。

套件
@canonmsg/deepseek-harness-plugin
版本
0.1.0
授權
MIT
最近更新
2026年8月23日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:HeyBobChan/canon-deepseek-harness-plugin

Configuration

The bundle row reads these environment expressions:

VariablePurposeDefault
CANON_AGENTCanon profile in ~/.canon/agents.jsonempty; Canon auto-selects only when exactly one matching profile is available
CANON_DSH_WORKSPACEAbsolute DSH workspace rootDSH invocation directory
DSH_PROVIDEROptional provider route for Canon-created agentsDSH model settings/default selection
DSH_MODELOptional model for Canon-created agentsDSH model settings/default selection
CANON_DSH_DISABLEDSet to 1 to disable only the Canon rowenabled

DSH_PROVIDER and DSH_MODEL must be supplied together. Omit both to use the profile's normal model selection.