MuziIsabel/dsh-win-notify3

dsh-win-notify

DSH 插件,在智能体任务完成、出错或等待用户审批时,发送带声音的 Windows 系统级横幅通知。

AI 分析

核心用途是提供系统级的任务状态提醒。适合在后台运行长耗时任务、需要及时响应审批请求的 Windows 用户。

套件
dsh-win-notify
版本
1.1.0
授權
MIT
最近更新
2026年8月13日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:MuziIsabel/dsh-win-notify

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