dsh-notify
DSH Web UI plugin: plays a notification sound when the session pauses (a question is asked, a plan is finished) and when a turn/session completes, and shows a pending-notification count badge on the app icon (dock/taskbar via the App Badging API) with a title + favicon fallback
AI Analysis
核心用途是当 Agent 运行结束或需要用户介入时,通过声音和系统角标进行提醒。适合挂机运行复杂任务、不希望一直盯着界面的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Da-Mie/dsh-notifyREADME
Read the full 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 |