Pasumao/dsh-plugin-notify ↗★ 0
dsh-notify
DeepSeek Harness (dsh) Windows notification plugin: a native toast when the agent stops running (finished / aborted / error / waiting for your choice / session closed), plus a system-tray icon. Pure host-side, zero dependencies, zero build.
AI 分析
核心用途是为 Windows 用户提供 Agent 状态的实时后台提醒。适合在后台运行长时间任务,希望在任务结束或需要人工干预时获得 Windows 原生弹窗通知的用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Pasumao/dsh-plugin-notifyドキュメント
README 全文を読む ↗配置(config,均有默认值)
| key | 默认 | 说明 |
|---|---|---|
enabled | true | 总开关 |
tray | true | 系统托盘图标开关(false 关闭) |
rootsOnly | true | 仅根会话通知;子代理不刷屏 |
notifyFinished / notifyAborted / notifyError / notifyWaiting / notifyDisposed | 全 true | 分类型开关 |
cooldownMs | 10000 | 同一会话、同一类型两次通知最小间隔(毫秒) |
titlePrefix | 'dsh' | 通知标题前缀(形如 dsh · 任务完成) |
iconPath | 内置 assets/dsh.png | 通知 logo PNG 路径;设为空串 '' 则不显示自定义图标 |
webUrl | http://127.0.0.1:3080 | dsh 页面地址(点击通知/托盘「打开 dsh」跳转的地址) |
aumid | PowerShell 5.1 的 AUMID | Toast 归属的 AppUserModelID(一般无需改) |
summaryMaxChars | 40 | 任务摘要截断长度 |
powershellPath | 自动 | 覆盖 PowerShell 5.1 路径 |