All plugins

DSH / BUNDLE / CLIENT-UI

dsh-im-gateway

v0.1.0jelech / dsh-im-gateway57216378d0

External Git bundleBundlesUI & client pluginsCommunity · Topic auto-analysisWeb UI
Open on GitHub
Runtime anatomy
HOSTCLIENTUITOOLDATAFLOW

Overview

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, ...).

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

Install this bundle from GitHub

The CLI validates the bundle, invokes native DSH, then reports completion.

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

Capabilities

What it contributes

HostCordis loadableNot inspected
Client / UIWeb UINot inspected
Model toolsNot inspectedNot inspected
Profile stateconditionalNot inspected

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`.