Pasumao/dsh-plugin-notify0

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 原生弹窗通知的用户。

패키지
dsh-notify
버전
0.1.1
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Pasumao/dsh-plugin-notify

配置(config,均有默认值)

key默认说明
enabledtrue总开关
traytrue系统托盘图标开关(false 关闭)
rootsOnlytrue仅根会话通知;子代理不刷屏
notifyFinished / notifyAborted / notifyError / notifyWaiting / notifyDisposedtrue分类型开关
cooldownMs10000同一会话、同一类型两次通知最小间隔(毫秒)
titlePrefix'dsh'通知标题前缀(形如 dsh · 任务完成
iconPath内置 assets/dsh.png通知 logo PNG 路径;设为空串 '' 则不显示自定义图标
webUrlhttp://127.0.0.1:3080dsh 页面地址(点击通知/托盘「打开 dsh」跳转的地址)
aumidPowerShell 5.1 的 AUMIDToast 归属的 AppUserModelID(一般无需改)
summaryMaxChars40任务摘要截断长度
powershellPath自动覆盖 PowerShell 5.1 路径