DearMrChai/dsh-plugin-task-notify ↗★ 0
dsh-plugin-task-notify
长任务完成语音提醒插件:子任务完成响"嘟"、整轮完成响"叮",阈值/音量/多会话全局可配置(纯前端、零 host 改动)
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:DearMrChai/dsh-plugin-task-notify说明文档
阅读完整 README ↗Configuration / 配置项
| Field | Meaning | Default |
|---|---|---|
enabled | Master switch | true |
thresholdMinutes | Turn-end ding threshold (minutes) | 5 |
subReminderEnabled | Sub-task beep switch | true |
mergeMs | Consecutive sub-task merge window (ms) | 500 |
masterVolume | Ding volume, 0..1 | 0.6 |
subVolume | Beep volume, 0..1 | 0.5 |
ttsEnabled | TTS readout (default off) | false |
ttsTemplate | TTS template, {time} = actual duration | 任务完成,用时约 {time} 分钟 |
titleFlash | Title-bar flash on turn end | true |
globalSessions | Monitor all sessions | true |
batchSingleBeep | Single beep per turn for all sub-tasks | false |