Jesse-njx/dsh-chatnode-wechat ↗★ 1
@dsh-cowork/chatnode-wechat
Chat with, monitor, and approve your DSH agents from WeChat — an iLink gateway + conversation node bundle for DeepSeek Harness
AI 分析
核心用途是实现微信端对 DSH 智能体的远程对话与运行审批。适合需要随时随地监控 AI 任务进度、远程批准敏感操作(如写入文件)的移动办公用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Jesse-njx/dsh-chatnode-wechatドキュメント
README 全文を読む ↗Configuration
## Usage
Send text to the bot. Everything is zero-config once one session exists —
the **most recent session** is the default target.
| Command | What it does |
| --- | --- |
| *(plain text)* | routes to the active agent (`agent.followup`) |
| `/sessions` | numbered session list (most recent first) |
| `/use N` | switch the active session |
| `/new
` | create a fresh agent+session and start |
| `/stop` | cancel the active turn |
| `/status` | agent status + session summary |
| `/yes` `/no` (or `1`/`2` while one request is pending) | answer a permission request |
| `/help` | command list |
Outbound is digest-style, never a mirror of every tool call:
- `⏳ 收到,开始处理…` when a turn starts,
- a one-line `🔄 仍在处理中…` heartbeat every `digestIntervalSec`,
- the assistant's actual text (chunked to `maxMessageChars`, throttled),
- `❌ 出错…` / `⏹ 已停止` / `⚠️ 输出截断` on turn end,
- `🔐 #N 需要你的确认` permission prompts, answered in-chat.