Andyqwe44/dsh-notify-win1

dsh-notify-win

Windows 原生通知与任务栏闪烁插件:当 DSH 任务完成或需要用户输入/审批时,发送系统 Toast 通知并闪烁任务栏。

AI 分析

核心用途是为 Windows 用户提供强提醒。适合经常将 DSH 最小化或置于后台运行的用户,确保在 AI 需要人工决策或完成耗时任务时,能通过系统通知和任务栏闪烁第一时间获取消息。

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

安裝

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

Configuration

Edit $env:USERPROFILE\.dsh\profiles\web\cordis.patch.yml:

- id: dsh-notify-win
  config:
    doneTitle: 'DeepSeek Harness · Task complete'
    doneBody: 'Your task has finished.'
    compactTitle: 'DeepSeek Harness · Context compacted'
    compactBody: 'Context compaction finished, you can continue.'
    questionTitle: 'DeepSeek Harness · Action needed'
    questionBody: 'An approval or decision is waiting.'
    askTitle: 'DeepSeek Harness · Question for you'
    askBody: 'The assistant asked you something.'
    dedupMs: 1500              # suppress duplicate notifications within this window
    showProject: true          # prefix body with project label

To disable:

- id: dsh-notify-win
  disabled: true

Restart after install/disable changes (web profile HMR is disabled by default).