dsh-notify
Conversation-completion notifications for DeepSeek Harness: Windows toast + sound on turn done / error / goal, plus ask & approval alerts - foreground-suppressed, background-only, with a volume-adjustable bell in the conversation header.
AI 分析
核心用途是在 DSH 后台运行时,通过声音和系统弹窗提醒用户任务进度或审批请求。适合运行耗时任务、不想一直盯着界面的用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:aokamoaki/dsh-notifyドキュメント
README 全文を読む ↗⚙️ 配置
配置文件:~/.dsh/dsh-notify.json(不存在时用默认值;铃铛操作实时写回)。
| 字段 | 默认 | 说明 | 控制入口 |
|---|---|---|---|
notifications | true | 通知总开关(关 = 全部静默) | 铃铛点击 |
volume | 1 | 提示音音量 0–1 | 铃铛滑块 |
sound | true | 提示音开关 | 配置文件 |
toast | true | 系统弹窗(toast)开关 | 配置文件 |
serviceNotify | true | 服务类通知开关(桌面壳读取) | 配置文件 |