Ox2g/dsh-plugin-wechat1

@ox2g/dsh-plugin-wechat

DeepSeek Harness WeChat channel plugin (ilink bot gateway), built on the Tencent/openclaw-weixin protocol layer.

包名
@ox2g/dsh-plugin-wechat
版本
0.0.0
许可证
NOASSERTION
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Ox2g/dsh-plugin-wechat

Configuration (cordis.yml / cordis.patch.yml)

KeyDefaultDescription
providerProvider routing for new sessions (e.g. deepseek-official)
modelModel id for new sessions (e.g. deepseek-v4-flash)
maxTokensOutput token cap per session model request
baseUrlhttps://ilinkai.weixin.qq.comilink backend
stateDir~/.dsh-plugin-wechatAccount/token/log directory
dmScopeper-account-channel-peerSession isolation dimension: per-peer / per-account-channel-peer
replyErrorAsTexttrueWhether to reply with a readable error text when an agent fails
cwd/workspaceWorking 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.