Da-Mie/dsh-notify0

dsh-notify

DSH Web UI 插件:在会话暂停或完成时播放提示音,并在应用图标上显示未读通知角标。

AI 分析

核心用途是当 Agent 运行结束或需要用户介入时,通过声音和系统角标进行提醒。适合挂机运行复杂任务、不希望一直盯着界面的用户。

包名
dsh-notify
版本
0.1.0
许可证
MIT
最近更新
2026年8月17日

安装

$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