dsh-notify-win
Native Windows toast + taskbar flash for DeepSeek Harness when a task finishes or your input is needed.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Andyqwe44/dsh-notify-win说明文档
阅读完整 README ↗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).