Jesse-njx/dsh-chatnode-wechat1

@dsh-cowork/chatnode-wechat

通过微信与 DSH 智能体对话、监控并审批权限的插件,包含 iLink 网关与会话节点绑定,支持斜杠命令控制。

AI 分析

核心用途是实现微信端对 DSH 智能体的远程对话与运行审批。适合需要随时随地监控 AI 任务进度、远程批准敏感操作(如写入文件)的移动办公用户。

套件
@dsh-cowork/chatnode-wechat
版本
0.1.0
授權
MIT
最近更新
2026年8月13日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Jesse-njx/dsh-chatnode-wechat

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.