@ox2g/dsh-plugin-wechat
DeepSeek Harness WeChat channel plugin (ilink bot gateway), built on the Tencent/openclaw-weixin protocol layer.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Ox2g/dsh-plugin-wechat说明文档
阅读完整 README ↗Configuration (cordis.yml / cordis.patch.yml)
| Key | Default | Description |
|---|---|---|
provider | — | Provider routing for new sessions (e.g. deepseek-official) |
model | — | Model id for new sessions (e.g. deepseek-v4-flash) |
maxTokens | — | Output token cap per session model request |
baseUrl | https://ilinkai.weixin.qq.com | ilink backend |
stateDir | ~/.dsh-plugin-wechat | Account/token/log directory |
dmScope | per-account-channel-peer | Session isolation dimension: per-peer / per-account-channel-peer |
replyErrorAsText | true | Whether to reply with a readable error text when an agent fails |
cwd | /workspace | Working directory for new sessions (absolute path, auto-created); persona's {{cwd}} and fs/bash expand here |
sessionTitle | 微信 | Title for new sessions (written via sessionTitle.rename in the same process; no cross-process concurrent-write risk) |
Environment variables: DSH_WECHAT_STATE_DIR, DSH_WECHAT_LOG_DIR, DSH_WECHAT_LOG_LEVEL, DSH_WECHAT_BOT_AGENT.