vilicvane/dsh-plugin-web-notify
vilicvane★ 0JavaScript最后同步: 2026-08-14
Browser notifications for the DeepSeek Harness Web GUI.
README 摘要
dsh-plugin-web-notify Browser notifications for the DeepSeek Harness Web GUI. Shows a browser notification when: - a conversation turn finishes while you are not watching that session; - the agent starts waiting for you — an approval request, a plan review, or a question. Features - Click to focus and switch — clicking the notification brings the GUI window to the front and switches to the finished/asking session. - Turn summaries — when a turn completes, the notification first shows a "summarizing…" hint (only when the host summary capability is detected) and is then replaced with a one-sentence summary of what the turn accomplished, generated by a small model (host-side; configurable provider/model). - Stays until dismissed — notifications use requireInteraction and stay on screen until you click or dismiss them (set the REQUIRE INTERACTION constant in client.js to false for the OS default auto-dismiss timing). - Chime — plays a short two-tone sound along with the notification (browsers allow page audio after the page has been interacted with at least once). - No interruptions — no notification while the page is focused on the finished/asking session; you already see it. - One to…
在 GitHub 查看完整 README →