chromoany/dsh-notify-me0

dsh-notify-me

DSH web plugin (桌面提醒): desktop notifications and sounds when the agent needs your input (approval / question / plan review) and when a reply finishes, so you notice while working in other apps.

AI 分析

当 Agent 运行结束或需要人工审批/确认时触发系统弹窗和声音提醒。适合在后台挂机运行长任务、同时处理其他工作的多任务用户。

パッケージ
dsh-notify-me
バージョン
1.0.1
ライセンス
MIT
最終更新
2026/09/08

インストール

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

ドキュメント

README 全文を読む ↗

配置

偏好存 localStorage,在 F12 控制台实时调整:

window.__dshNotifyMe.config                       // 查看
window.__dshNotifyMe.setConfig({
  attentionHiddenOnly: false, // true = 页面可见时"需要你"不提醒
  doneHiddenOnly: true,       // false = 页面可见时"完成"也提醒
  toast: true,                // 系统通知开关
  sound: true,                // 提示音开关
  volume: 0.5,                // 音量 0~1
  autoFocus: true             // 点通知切回 DSH 窗口
})
window.__dshNotifyMe.resetConfig()                // 恢复默认