@lijian-ui/dsh-im-gateway: Integrating DingTalk, QQ, and Personal WeChat Channels for dsh

`@lijian-ui/dsh-im-gateway` is an IM gateway plugin designed for DeepSeek Harness (dsh), aiming to unify access to DingTalk, QQ, and personal WeChat, resolving the adaptation challenges caused by protocol differences across channels. This plugin provides core capabilities through `ctx.imGateway`, including QR code binding, streaming replies, tool approval bridging, interactive question bridging, automatic fragmentation of long texts, merging of multi-segment inputs, and a bilingual interface. It supports independent credential configuration for multiple bot instances and allows handling approvals (default 120-second timeout) and user questions (default 600-second timeout) directly within IM, falling back to the native system after timeout. Installation only requires running `dsh plugin --profile web add @lijian-ui/dsh-`

Read More
`dsh-im-gateway: Connect DeepSeek Harness to WeChat, Feishu and Telegram`

### 正式翻译(符合技术文档规范): `dsh-im-gateway` is a DeepSeek Harness session and messaging plugin maintained by *zhuiyueya*, licensed under MIT, with the current version being 0.1.0. It provides an aggregated IM gateway within the `dsh` process, connecting agents to over 20 IM channels including WeChat, Feishu, Telegram, Discord, QQ and others. It supports per-chat session management, remote tool approval and interactive questioning. The community directory installation command is `dsh plugin add github:zhuiyueya/dsh-im-gateway`; for web configuration, you can also use the npm package name with the `--profile web` flag. The plugin runs with the current `dsh` permissions, please verify the source code and license before installation.

Read More