V-Reason/dsh-task-notify

Plugin ⭐ 1 MIT agent-orchestrationsocial

DSH(DeepSeek Harness)Web 插件:Agent / 子代理 / 工作流任务完成时,弹出真正的 Windows 系统通知(带提示音与 DeepSeek 图标),可选 PushPlus 微信推送。浏览器关闭也能收到。

catalog description:DeepSeekHarness任务完成时进行消息推送提醒(微信+Windows通知)

Install

Install-Module BurntToast -Scope CurrentUser
  ```

## 安装

1. 在 profile 的 `package.json` 中 `dependencies` 增加:

   ```json
   "dsh-task-notify": "file:<本仓库路径>"
   ```

2. 在 `dsh.profile.bundles` 数组末尾追加 `"dsh-task-notify"`;
3. 在 profile 目录执行 `pnpm install`,重启 DSH。

> 宿主行由本包自带的 bundle 补丁(`cordis.patch.yml`)注入,**不要**再写入 profile 的
> `cordis.patch.yml`,否则启动报 `duplicate loader entry id: dsh-task-notify`。

## 使用

1. 在 https://www.pushplus.plus 扫码登录,复制「一对一推送」token;
2. 点击标题栏铃铛 → 打开「手机推送(PushPlus)」开关 → 粘贴 token → 保存;
3. 用「测试通知」「测试推送」验证两条通道。

## 构建

Add V-Reason/dsh-task-notify to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.