HeyBobChan/canon-deepseek-harness-plugin ↗★ 0
@canonmsg/deepseek-harness-plugin
DeepSeek Harness 的 Canon 通道插件,支持通过环境变量配置 Canon 配置文件、工作区及模型路由。
AI 分析
核心用途是将 Canon 代理通道集成到 DSH 中,适合使用 Canon 框架进行智能体管理、需要将 DSH 工作区与 Canon 配置文件进行绑定的高级用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:HeyBobChan/canon-deepseek-harness-plugin说明文档
阅读完整 README ↗Configuration
The bundle row reads these environment expressions:
| Variable | Purpose | Default |
|---|---|---|
CANON_AGENT | Canon profile in ~/.canon/agents.json | empty; Canon auto-selects only when exactly one matching profile is available |
CANON_DSH_WORKSPACE | Absolute DSH workspace root | DSH invocation directory |
DSH_PROVIDER | Optional provider route for Canon-created agents | DSH model settings/default selection |
DSH_MODEL | Optional model for Canon-created agents | DSH model settings/default selection |
CANON_DSH_DISABLED | Set to 1 to disable only the Canon row | enabled |
DSH_PROVIDER and DSH_MODEL must be supplied together. Omit both to use the
profile's normal model selection.