全部插件

DSH / BUNDLE / CLIENT-UI

dsh-im-gateway

v0.1.0jelech / dsh-im-gateway57216378d0

外部 Git 组合包组合包UI 与客户端插件社区 · Topic 自动分析Web UI
在 GitHub 打开
运行时构成
HOSTCLIENTUITOOLDATAFLOW

概览

dsh-im-gateway

An IM gateway for the DeepSeek Harness: bridge WeChat (iLink) and other messengers into harness agent sessions, with slash-command controls (/new, /sessions, /status, /model, ...).

社区 · Topic 自动分析 — 通过 GitHub dsh-plugin Topic 自动发现。静态检查在不执行第三方代码的前提下,验证了固定公开版本的根目录 bundle 契约与已提交文件;这不等于人工审核、安全审计、运行时冒烟测试、发布者身份验证或官方背书。

安装

从 GitHub 安装此组合包

CLI 会验证组合包、调用原生 DSH 安装,成功后才上报完成。

npx dshpub add jelech/dsh-im-gateway --ref 57216378d0168dca98e6045c0e5ad01caba7e468

能力

它贡献了什么

HostCordis loadable未核对
Client / UIWeb UI未核对
Model tools未核对未核对
Profile stateconditional未核对

README / ZH

插件文档

An IM gateway for the DeepSeek Harness: bridge messengers into harness agent sessions and control them with slash commands.

LIMITATIONS

已知限制

- **Text only** for now. Media (image/voice/file) requires the iLink CDN AES-128-ECB path; it's isolated behind the channel interface and can be added without touching the gateway core. - **iOS needs WeChat ≈ 8.0.70**; Android may prompt for a WeChat update first (iLink requirement). - The browser panel renders the login QR **locally on the host** (via the `qrcode` npm package, served as SVG from `/im-gateway/qrcode`) — no third-party QR service and no external network round-trip for the login link. - The `/im-gateway/*` HTTP bridge registers raw routes on the harness web server; if your deployment enforces HTTP auth above the route layer, add it in `lib/http.js`.