概览
dsh-im-gateway
社区 · Topic 自动分析 — 通过 GitHub dsh-plugin Topic 自动发现。静态检查在不执行第三方代码的前提下,验证了固定公开版本的根目录 bundle 契约与已提交文件;这不等于人工审核、安全审计、运行时冒烟测试、发布者身份验证或官方背书。
从 GitHub 安装此组合包
CLI 会验证组合包、调用原生 DSH 安装,成功后才上报完成。
npx dshpub add jelech/dsh-im-gateway --ref 57216378d0168dca98e6045c0e5ad01caba7e468能力
它贡献了什么
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`.
