YuMo226/dsh-task-notify0

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 Analysis

核心用途是任务完成时的后台提醒。适合运行耗时较长的复杂任务、需要在等待期间切换到其他窗口工作的用户。

Package
dsh-task-notify
Version
1.0.0
License
MIT
Last updated
Aug 17, 2026

Install

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

Configuration

KeyTypeDefaultDescription
onGoalCompletebooleantrueNotify when a goal completes.
onTurnEndbooleantrueNotify when an agent turn ends normally.
titlestringDeepSeek HarnessLeading line of the notification.
minIntervalMsnumber4000Minimum ms between two notifications (anti-spam).