DearMrChai/dsh-plugin-task-notify ↗★ 0
dsh-plugin-task-notify
长任务完成语音提醒插件,支持子任务“嘟”声、整轮完成“叮”声,且音量、阈值等全局可配置。
AI 分析
核心用途是为长任务提供纯前端的语音与声音提醒。适合经常挂机运行长任务、需要即时知晓任务进度的用户。无需修改 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 |