xingke-seeker/dsh-ui-notify ↗★ 0
dsh-ui-notify
Completion sound notifications for DeepSeek Harness: plays an embedded chime when a session's output finishes, with a Notifications row in General settings. Settings persist in browser localStorage — a standalone web plugin, no Host settings dependency.
AI Analysis
核心用途是在AI生成长回复完成时通过声音提醒用户。适合经常让AI执行耗时任务、在后台挂机等待回复的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xingke-seeker/dsh-ui-notifyREADME
Read the full 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.