Kreatur-ECHO/dsh-task-complete-notifier1

dsh-task-complete-notifier

DeepSeek Harness 任务完成通知插件:任务真正结束时在屏幕右下角弹出置顶的深色圆角卡片,无音频

AI 分析

核心用途是提供静默的桌面任务完成通知。适合在后台挂机运行复杂 Agent 任务,需要即时知晓任务结束状态但又不希望被声音打扰的用户。

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

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Kreatur-ECHO/dsh-task-complete-notifier

ドキュメント

README 全文を読む ↗

⚙️ Configuration

Add config to the plugin's mount row in your profile's cordis.patch.yml (id-targeted override):

- id: task-complete-notifier
  config:
    title: '✓ Task Completed'            # title text
    body: 'The current DeepSeek Harness task has finished. Please proceed to the next step.'  # body text
    settleMs: 3000                        # confirm delay after idle (guards against goal-round false positives)
    cooldownMs: 10000                     # minimum gap between toasts
    autoCloseMs: 15000                    # auto-close timeout
    enableAcrylic: false                  # Windows 11 acrylic blur (known quirks with transparent windows — use with care)