xingke-seeker/dsh-ui-notify ↗★ 0
dsh-ui-notify
DSH完成声音提示插件:在会话输出结束时播放内置提示音,设置持久化于浏览器本地存储。
AI 分析
核心用途是在AI生成长回复完成时通过声音提醒用户。适合经常让AI执行耗时任务、在后台挂机等待回复的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xingke-seeker/dsh-ui-notify说明文档
阅读完整 README ↗Configuration
All settings live under the Notifications row (General settings), stored in localStorage under dsh-ui-notify.settings:
| Field | Values | Default |
|---|---|---|
| Enable reminders | on / off | on |
| Sound | None, Chime 1–3 | Chime 1 |
| Volume | 0–100% | 50% |
| Remind when | Background session finishes / Any session finishes | Background |
The first user gesture unlocks the audio (browser autoplay policy); a completion that rang before unlock is queued and played on the next gesture.