MuziIsabel/dsh-win-notify ↗★ 3
dsh-win-notify
DSH plugin: Windows toast notification with sound when an agent task completes or is waiting for user approval.
AI 分析
核心用途是提供系统级的任务状态提醒。适合在后台运行长耗时任务、需要及时响应审批请求的 Windows 用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:MuziIsabel/dsh-win-notifyドキュメント
README 全文を読む ↗Configuration
The bundle inserts a loader row win-notify into the profile. Override its
config in the profile's cordis.patch.yml:
- id: win-notify
config:
enabled: true # enable the plugin (default true)
sound: default # default | reminder | sms | alarm | silent
onError: true # also notify on task errors (default true)
title: 'DeepSeek Harness'
body: '任务已完成'
bodyError: '任务出错'
maxPromptChars: 64
approval: true # notify when waiting for user approval (default true)
approvalWaitMs: 3000 # notify only if still undecided after this delay (ms)
bodyApproval: '等待用户审批'
maxReasonChars: 80 # max length of the approval reason shown