sjscy05/dsh-task-progress-notifier1

dsh-task-progress-notifier

DeepSeek Harness plugin: track todo_write progress and pop native desktop reminders (bottom-right).

AI 분석

核心用途是在后台任务开始、完成或全部结束时,向用户发送系统原生桌面弹窗提醒。适合在 Agent 运行时切走窗口、需要后台进度通知的用户。

패키지
dsh-task-progress-notifier
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 13.

설치

$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      # 全部完成时弹汇总提醒