Culeot/dsh-weixin-bridge
Culeot★ 0JavaScriptLast synced: 2026-08-15
test
README excerpt
dsh-weixin-bridge Chat with your local DeepSeek Harness (DSH) from WeChat. Send a message on your phone; DSH runs it as a real task on your computer (tools, files, commands); the reply comes back to WeChat. No public IP needed, no desktop WeChat, nothing to install on your phone — it talks through the official WeChat iLink channel (the same API WeChat's own bots use) with a QR-code login. No API key needed. Replies are produced by your local DSH in agent mode — it reuses the model already configured in DSH. You never paste a DeepSeek/OpenAI key into this tool. How it works - Context kept : the bridge remembers the last 20 turns, so the bot keeps one continuous dialog instead of forgetting everything each message. - Progress feedback : you immediately get "⏳ processing…" and periodic updates while a task runs — no silent waiting. - Only you : only the WeChat account that scanned the QR code can trigger tasks. Installation guide (from zero) 1. Install Node.js = 20 — https://nodejs.org 2. Install DeepSeek Harness (global, so its bin.js lives under Node's node modules ): Then verify the one-shot mode works: If DSH is installed elsewhere, set DSH BIN to its dsh/lib/bin.js path before st…
View full README on GitHub →