Kreatur-ECHO/dsh-task-complete-notifier ↗★ 1
dsh-task-complete-notifier
DeepSeek Harness 任务完成通知插件:任务真正结束时在屏幕右下角弹出置顶的深色圆角卡片,无音频
安装
$
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)