dsh-task-notify
Native OS system notification when DeepSeek Harness finishes a task (goal completion or agent turn end): Windows toast, macOS Notification Center, Linux libnotify.
AI 分析
核心用途是任务完成时的后台提醒。适合运行耗时较长的复杂任务、需要在等待期间切换到其他窗口工作的用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:YuMo226/dsh-task-notifyドキュメント
README 全文を読む ↗Configuration
| Key | Type | Default | Description |
|---|---|---|---|
onGoalComplete | boolean | true | Notify when a goal completes. |
onTurnEnd | boolean | true | Notify when an agent turn ends normally. |
title | string | DeepSeek Harness | Leading line of the notification. |
minIntervalMs | number | 4000 | Minimum ms between two notifications (anti-spam). |