W
dsh-plugins (dsh-wx-remote)
wwweljf/dsh-plugins/plugins/dsh-wx-remote
用微信继续 PC 端未完成的 DSH 会话:轮询微信 iLink 消息,运行中的会话直接注入、已关闭的自动续接,回复原文发回微信;支持 /会话 列出与绑定会话、/新会话 解绑。需配置 wechat-acp 守护进程;仅处理发送者白名单内的微信用户,未配置白名单时拒绝所有人。
安装
dsh plugin --profile web add github:wwweljf/dsh-plugins该插件位于仓库的 plugins/dsh-wx-remote 子路径下。
README
dsh-plugins — DeepSeek Harness 插件集
本仓库包含三个用于 DeepSeek Harness (DSH) 的插件:
| 插件 | 目录 | 说明 |
|---|---|---|
| dsh-ding-sound | plugins/dsh-ding-sound | 对话结束提示音:内置网络热梗原声,设置面板可试听/切换/随机,支持自定义音频目录 |
| dsh-wx-push | plugins/dsh-wx-push | 微信推送:DSH 会话任务结束后自动把结果原文推送到微信(复用 wechat-acp 桥,需另装并扫码登录;真实校验送达) |
| dsh-wx-remote | plugins/dsh-wx-remote | 微信遥控:用微信继续 PC 端未完成的会话(live 注入 / resume 续接,回复原文发回),支持 /会话 绑定;需配置 wechat-acp,仅处理白名单内微信用户(未配置白名单拒绝所有人) |
安装
# 提示音插件
dsh plugin --profile web add github:wwweljf/dsh-plugins#path:/plugins/dsh-ding-sound
# 微信推送插件
dsh plugin --profile web add github:wwweljf/dsh-plugins#path:/plugins/dsh-wx-push
# 微信遥控插件
dsh plugin --profile web add github:wwweljf/dsh-plugins#path:/plugins/dsh-wx-remote
安装后重启 dsh web(提示音插件需刷新浏览器页面,在 设置 → 通用 找到「对话结束提示音」)。
各插件详情
License
MIT