@lijian-ui/dsh-im-gateway
Multi-channel IM gateway plugin for DeepSeek Harness (dsh): DingTalk / QQ / WeChat(iLink) with QR-scan binding, streaming replies, and a unified ctx.imGateway service. 为 DeepSeek Harness 提供钉钉/QQ/个人微信多 IM 通道接入。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lijian-ui/dsh-im-gateway说明文档
阅读完整 README ↗配置
所有配置都可在设置页编辑;底层 schema 在 ~/.dsh/settings.yaml:
im-gateway:
channels:
- id: dingtalk-main
type: dingtalk
name: 主机器人
enabled: true
config:
clientId: "..."
clientSecret: "..."
# callbackBaseUrl, appId, botAppId, baseUrl, botId, cdnBaseUrl, pollIntervalMs...
| 字段 | 适用渠道 | 含义 |
|---|---|---|
clientId / clientSecret | dingtalk | 钉钉应用 key / secret(Stream 模式) |
appId / clientSecret | QQ 开放平台凭据(扫码绑定所得) | |
token / botId / baseUrl / cdnBaseUrl | weixin | iLink 凭据(扫码绑定所得) |
enabled | 全部 | 该实例是否连接 |