Da-Mie/dsh-notify0

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 运行结束或需要用户介入时,通过声音和系统角标进行提醒。适合挂机运行复杂任务、不希望一直盯着界面的用户。

Package
dsh-notify
Version
0.1.0
License
MIT
Last updated
Aug 17, 2026

Install

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

Configuration

Plain-JS knobs at the top of lib/client.js (no rebuild or restart beyond the plugin reload):

FlagDefaultMeaning
USE_SYSTEM_NOTIFICATIONtrueraise a Windows/OS popup toast (with system sound) as the primary alert
USE_BEEP_FALLBACKtruefall back to the synthesized chime when notifications are unavailable/denied
MIN_BEEP_GAP_MS800minimum gap between alerts to avoid rapid duplicates