wechat-agent-router
Route each WeChat group session to a different Agent preset by group name, reusing dsh-wechat-assistant without changing its code.
按群名把每个微信群会话路由到不同的 Agent 预设,不改动 dsh-wechat-assistant 的任何代码。
How to install
dsh plugin add github:let-mi-think/wechat-agent-router About
dsh-wechat-agent-router 按**微信群名**决定这条群会话用哪个 Agent 预设(DeepSeek Harness 插件)。只为了一件事:让配好提示词 / 知识库 / MCP 的 Agent 去接某些群的消息,其余全部复用 dsh-wechat-assistant 的逻辑。 安装 sh dsh plugin --profile web add dsh-wechat-agent-router 装完重启 dsh web,设置里会出现 **微信路由** 分区。 **宿主要求**:dsh 0.1.0-rc.7(见 package.json 的 dsh.engines.dsh);Node ^22.19.0 || ^24.0.0。 **功能上依赖 dsh-wechat-assistant**:本插件不监听、不收发消息,它只干预「这个群的会话用哪个预设」。 没装微信助手时插件能正常加载,但没有任何群可路由(面板里的群列表会是空的)。 **客户端产物随包分发**(lib/client.js 已提交),安装时不需要构建。 它做什么(以及刻意不做什么) | | | | --- | --- | | **做** | 群名(包含 / 精确)→ Agent 预设 id 的路由;配置界面;把"还没聊过但预设不对"的空白会话补正过来 | | **不做** | 监听群、读消息、@判定、引用/…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-18
- Created
- 2026-09-18
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
Related plugins
billion-context
ranxianglei/billion-context
The official billion-context plugin: a context-compression plugin for small context windows (a 100K context is enough), token savings (5x fewer tokens), and month-long single sessions (billions of tokens).
dsh-chat-import
Nwflower/dsh-chat-import
Import full-fidelity chat histories from 13 coding agents (Claude Code, Codex, ChatGPT, Cursor, Gemini, opencode, and more) as resumable DeepSeek Harness sessions, with reverse export back to Claude Code.
dsh-rewind
SiriLee/dsh-rewind
In-place conversation rewind in the same session window without forking (Claude Code /rewind semantics): a per-message ↶ button cuts the model context back to any user message, with an optional Claude-Code-style file restore from disk-persisted before-backups.
dsh-recall-plugin
limbo947/dsh-recall-plugin
Recall any user message: rolls the conversation (official session fork) and workspace files (per-message shadow git snapshots) back to before it, with a diff-preview confirmation panel.