Dawn388887/dsh-notify0

dsh-notify

DSH 任务状态通知插件。支持在智能体任务完成或报错时发送系统桌面弹窗及远程浏览器通知,提供 /notify 命令和设置页控制。

AI 分析

核心用途是在智能体结束工作或发生错误时及时提醒用户。适合挂机运行长任务、需要即时获取执行状态反馈的用户。远程浏览器使用时需授权 Service Worker 通知权限。

套件
dsh-notify
版本
1.0.0
授權
MIT
最近更新
2026年8月21日

安裝

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

Usage

  • Desktop: native WinRT toast with the default notification sound when a task finishes or errors
  • Remote devices (browser): the page registers a Service Worker (/dsh-notify/sw.js) and uses browser notifications; the browser asks for notification permission on first use — if previously denied, re-enable it in the site settings
  • Toggle: Settings → 远程通知, or /notify off (remote pages re-sync the switch when the tab becomes visible)