Zum Hauptinhalt springen
W

dsh-plugins (dsh-wx-push)

wwweljf/dsh-plugins/plugins/dsh-wx-push

Auto-send every DSH turn result to WeChat: listens for task completion, extracts the final assistant message and pushes it raw via the WeChat iLink bot (real delivery check, never fake success). Requires the wechat-acp daemon, a separately installed process you log into WeChat with.

Installation

dsh plugin --profile web add github:wwweljf/dsh-plugins

Dieses Plugin befindet sich im Unterverzeichnis plugins/dsh-wx-push des Repositorys.

README

dsh-plugins — DeepSeek Harness 插件集

本仓库包含三个用于 DeepSeek Harness (DSH) 的插件:

插件目录说明
dsh-ding-soundplugins/dsh-ding-sound对话结束提示音:内置网络热梗原声,设置面板可试听/切换/随机,支持自定义音频目录
dsh-wx-pushplugins/dsh-wx-push微信推送:DSH 会话任务结束后自动把结果原文推送到微信(复用 wechat-acp 桥,需另装并扫码登录;真实校验送达)
dsh-wx-remoteplugins/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

Ähnliche Plugins