Kreatur-ECHO/dsh-task-complete-notifier

Kreatur-ECHO★ 1JavaScript最后同步: 2026-08-21

在 GitHub 打开

DeepSeek Harness 任务完成通知插件:任务真正结束时右下角弹出置顶深色卡片,可输入下一条指令,内置可开关叮声与自定义音效

README 摘要

dsh-task-complete-notifier — DSH Task Completion Notifier(DSH任务完成提醒) English 中文 A DeepSeek Harness plugin that pops up a topmost dark rounded toast card in the bottom-right corner of the screen when an agent task truly finishes . Host-half only, zero runtime dependencies, with a built-in ding (or your own sound file). Made for DSH Desktop (Electron). Under plain dsh web (browser) it degrades to host logs (see FAQ). ✨ Features - Precise timing, fires once : watches the agent/status cordis event ( running → idle edge). Intermediate turns of multi-turn tasks (goal loops) never fire; a task interrupted by a new message doesn't fire either - Topmost : the toast is an independent Electron alwaysOnTop window — visible even when DSH is in the background or covered by other apps - Solid dark card : opaque 181818 background, 12px radius, 333333 border, drop shadow, 30px margin from the bottom-right corner, 0.3s fadeInUp - Three ways to dismiss : click "稍后/Later", click outside the card, or wait for the auto-close - ⌨️ Reply without switching (v1.1) : the toast has an input box at the bottom — type your next instruction, hit Enter, and it's delivered to the session's agent via agent.followup(…

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdsh-pluginagent

分类