dsh-notify-win
Native Windows toast + taskbar flash for DeepSeek Harness when a task finishes or your input is needed.
AI 분석
核心用途是为 Windows 用户提供强提醒。适合经常将 DSH 最小化或置于后台运行的用户,确保在 AI 需要人工决策或完成耗时任务时,能通过系统通知和任务栏闪烁第一时间获取消息。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Andyqwe44/dsh-notify-winConfiguration
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).