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 分析

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

パッケージ
dsh-task-notify
バージョン
1.0.0
ライセンス
MIT
最終更新
2026/08/17

インストール

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

ドキュメント

README 全文を読む ↗

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