wsz987/dsh-channels--packages-channel-weixin ↗★ 2
@wsz987/channel-weixin
Weixin channel adapter for DeepSeek Harness (upstream driver skeleton in M0)
AI Analysis
核心用途是将微信接入 DeepSeek Harness,支持扫码登录和网络重连微调。适合需要在微信个人号或相关生态中集成 DSH 智能体的用户。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗Configuration
Weixin has no credential or setup-form fields; the only configurable values are network/reconnect tuning (all with defaults). Login happens on the mounted adapter, not through YAML.
- id: channels-weixin
name: '@wsz987/channel-weixin'
inject: [channels, channelControl]
config:
enabled: true
accountId: main
ilink:
baseUrl: https://ilinkai.weixin.qq.com # default iLink API base
cdnBaseUrl: https://novac2c.cdn.weixin.qq.com/c2c # default CDN base
network:
timeoutMs: 15000
longPollTimeoutMs: 35000
reconnect:
enabled: true
baseDelayMs: 2000
maxDelayMs: 30000
Login is QR-based: the control plane exposes the QR in Harness Web
「设置 → 渠道」, or the adapter can be driven headlessly through
beginAuth / pollAuth / submitAuthInput.