Jesse-njx/dsh-cowork--packages-chatnode-wechat1

@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 任务进度、远程批准敏感操作(如写入文件)的移动办公用户。

패키지
@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-cowork#2ae5cf755c4294a1e988eebf3b12dd062425d84c&path:packages/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.