sjscy05/dsh-task-progress-notifier ↗★ 1
dsh-task-progress-notifier
DeepSeek Harness plugin: track todo_write progress and pop native desktop reminders (bottom-right).
AI 분석
核心用途是在后台任务开始、完成或全部结束时,向用户发送系统原生桌面弹窗提醒。适合在 Agent 运行时切走窗口、需要后台进度通知的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sjscy05/dsh-task-progress-notifier配置
bundle 自带合理默认值。可在 profile 的 cordis.patch.yml 里覆盖:
- id: task-progress-notifier
config:
title: 'DeepSeek Harness' # 弹窗标题
notifyOnComplete: true # 每完成一个任务弹提醒
notifyOnStart: false # 每开始一个任务弹提醒
notifyOnAllDone: true # 全部完成时弹汇总提醒