Overview
dsh-im-gateway
Community · Topic auto-analysis — Automatically discovered through the dsh-plugin GitHub Topic. Static checks verified a pinned public root bundle contract and committed files without executing third-party code. This is not a human review, security audit, runtime smoke test, publisher identity check, or official endorsement.
Install this bundle from GitHub
The CLI validates the bundle, invokes native DSH, then reports completion.
npx dshpub add jelech/dsh-im-gateway --ref 57216378d0168dca98e6045c0e5ad01caba7e468Capabilities
What it contributes
README / EN
Package documentation
An IM gateway for the DeepSeek Harness: bridge messengers into harness agent sessions and control them with slash commands.
LIMITATIONS
Known 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`.
