dsh-task-notify
当 DSH 完成任务(目标达成或回合结束)时,发送原生操作系统通知(支持 Windows、macOS 和 Linux)。
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). |