dsh-agent-notify:DSH Web GUI 的 Windows 系统通知插件

`dsh-agent-notify` 是专为 DSH Web GUI 设计的浏览器端通知插件,由 chidaic 维护,采用 MIT 许可证。该插件旨在解决后台运行时 agent 状态变化不易察觉的问题,通过浏览器 `Notification API` 将任务完成、等待回答、批准或计划审阅等事件推送至 Windows 系统通知中心,以气泡形式提醒用户,且不依赖网页内弹窗或合成音。 核心功能包括:监听会话状态变化并触发相应通知;通知内容包含会话标题及最后一条助手回复摘要(仅在窗口打开时显示);支持“不发送”、“后台时发送”和“始终发送”三种模式,默认为始终发送。插件具备防误报机制,避免重连后重放

Read More
dsh-notify-win:为 DeepSeek Harness 增加 Windows 原生通知

dsh-notify-win 是一款针对 DeepSeek Harness (DSH) 的 Windows 原生通知插件,旨在解决后台任务状态监控低效的问题。该插件由 Andyqwe44 开发,采用 MIT 许可证,通过 Fire-and-forget 机制在不注册额外服务或工具的情况下,为 DSH 提供即时提醒。 其核心能力覆盖三类关键场景:任务完成、上下文压缩完成及等待用户输入。具体功能包括在 Windows 10/11 右下角显示原生 Toast 通知、利用 FlashWindowEx 触发任务栏闪烁以提醒后台用户、点击通知可直接聚焦并切换至对应会话,以及在单选问题时提供原生下拉框和自定

Read More
dsh-notify-windows: Adding Windows Desktop Notifications to DSH

dsh-notify-windows is a DeepSeek Harness (DSH) plugin maintained by SeverusZh, designed specifically for Windows 10/11. It aims to address the issue where users cannot promptly learn about the status of DSH tasks when they are away from the screen, enabling unobtrusive monitoring by sending Windows system desktop notifications at key milestones. Core features include: listening for session `turn/end` events to alert users when tasks complete, encounter errors, or exceed output limits; listening for `approval/asked` events to alert users when manual approval is required (automatically skipped under the `never` policy); and recognizing Agent questions (e.g., `ask_user_question`) to prompt users for responses. The plugin ignores sub-agent sessions by default, with configuration options available to enable them.

Read More
DSH-Ding: DSH Conversation Completion Tone and Windows Notification Plugin

dsh-ding is a lightweight plugin for DeepSeek Harness (DSH), designed to address the issue of users needing to frequently switch pages to check Agent status. It leverages Windows native notifications and custom alert sounds to monitor key scenarios in real time, such as conversation completion, long-running task execution, Agent inquiries, and pending tool-call approvals. Core features include a WebUI bell button for quick controls (toggle, volume, sound effect selection, and upload), click-to-navigate notifications that jump directly to the session, do-not-disturb mode for the current session, dynamic advanced settings adjustments (e.g., notification templates, debounce and throttle parameters), and configuration import/export. The plugin supports both Chinese and English interfaces, includes built-in support for multiple audio formats, and automatically skips sub-agent events. Users can install it via command line (pnpm), the WebUI plugin marketplace, or manual configuration of cordis.patch.yml.

Read More