Kreatur-ECHO/dsh-task-complete-notifier1

dsh-task-complete-notifier

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

包名
dsh-task-complete-notifier
版本
1.0.0
许可证
MIT
最近更新
2026年8月21日

安装

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

⚙️ 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)