NattoCB/dsh-plugin-wechat-bridge

插件 ⭐ 0 web-ui

DeepSeek Harness 的微信(ilink bot)桥接插件:每个对等方每天一个 DSH 代理会话

catalog 简介:WeChat (ilink bot) bridge plugin for DeepSeek Harness: one DSH agent session per peer per day

安装

# 1. 把插件复制到 web profile 的 node_modules 下
#    (保留 vendored 依赖:qrcode/pngjs/dijkstrajs 在插件自带的 node_modules 里)
SRC=/path/to/dsh-plugin-wechat-bridge
DST=~/.dsh/profiles/web/node_modules/dsh-plugin-wechat-bridge
rm -rf "$DST" && cp -R "$SRC" "$DST"

# 2. 在 profile manifest(~/.dsh/profiles/web/package.json)注册
#    dependencies 添加  "dsh-plugin-wechat-bridge": "file:<SRC>"
#    dsh.profile.bundles 添加 "dsh-plugin-wechat-bridge"

# 3. (重)启 dsh web —— bundle patch 挂载 wechat-bridge 服务,
#    客户端设置页签从 /plugins/<id>/client.js 提供。
dsh web

NattoCB/dsh-plugin-wechat-bridge 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。