dsh-notify
DSH Web UI 插件:在会话暂停或完成时播放提示音,并在应用图标上显示未读通知角标。
AI 分析
核心用途是当 Agent 运行结束或需要用户介入时,通过声音和系统角标进行提醒。适合挂机运行复杂任务、不希望一直盯着界面的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Da-Mie/dsh-notify说明文档
阅读完整 README ↗Configuration
Plain-JS knobs at the top of lib/client.js (no rebuild or restart beyond the
plugin reload):
| Flag | Default | Meaning |
|---|---|---|
USE_SYSTEM_NOTIFICATION | true | raise a Windows/OS popup toast (with system sound) as the primary alert |
USE_BEEP_FALLBACK | true | fall back to the synthesized chime when notifications are unavailable/denied |
MIN_BEEP_GAP_MS | 800 | minimum gap between alerts to avoid rapid duplicates |