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. 9. 8.

설치

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

配置

偏好存 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()                // 恢复默认