wsz987/dsh-channels--packages-channel-weixin2

@wsz987/channel-weixin

Weixin channel adapter for DeepSeek Harness (upstream driver skeleton in M0)

包名
@wsz987/channel-weixin
版本
0.8.1
许可证
MIT
最近更新
2026年8月16日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 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.