YuMo226/dsh-task-notify0

dsh-task-notify

当 DSH 完成任务(目标达成或回合结束)时,发送原生操作系统通知(支持 Windows、macOS 和 Linux)。

AI 分析

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

套件
dsh-task-notify
版本
1.0.0
授權
MIT
最近更新
2026年8月17日

安裝

$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).