JohnWes7/ds-notify-plugin

JohnWes7★ 0JavaScript最后同步: 2026-08-17

在 GitHub 打开

README 摘要

ds-notify-plugin Windows desktop toast notifications for DeepSeek Harness (dsh) . Pops a native Windows toast (bottom-right banner) whenever the main conversation finishes a turn, so you can look away while a long reply is being generated. DeepSeek Harness(dsh)主对话完成通知插件:主对话每轮完成后,用 Windows 系统 toast(右下角通知横幅)提醒你。 Features · 功能 - Windows only · 仅 Windows — on other platforms the plugin is a no-op. 非 Windows 平台自动不生效。 - Main conversation only · 仅主对话 — toasts only when a root (main conversation) agent finishes a turn; subagents and workflow agents don't trigger it. 只有主对话完成时通知;子代理、工作流 agent 完成不打扰。 - Conversation title in the toast · 通知带对话标题 — the toast names the conversation that finished (its auto-generated or user-renamed title), so you know at a glance which one it is; a conversation without a title yet keeps the original fixed text. 通知会写明是哪个对话完成(自动生成或手动 重命名的标题),一眼可知;尚无标题的对话保留原有固定文案。 - Debounced · 防抖合并 — completion signals within 1.5 s are merged into one toast. 1.5 秒内的连续完成信号合并为一条通知。 - Zero dependencies · 零依赖 — drives the built-in powershell.exe + WinRT ToastNotificationManager ; nothing to install. 调用 Windows 自带的 PowerShell + WinRT,不装任何第三方模块。 - No dsh files modified · 不修改 dsh 安装文件 — up…

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdshdsh-pluginnotificationagent

分类