dsh plugins中文
← Back to popular plugin directory

DSH desktop client

omdsh-dev/dsh-notification · skills

Desktop notifications for DeepSeek Harness turn completions, with per-outcome controls and include/exclude keyword rules.

★ 44GitHub stars
4Forks
2026-08-15Last updated
JavaScriptLanguage
MITLicense

Project overview

Desktop notifications for the DeepSeek Harness web GUI. When a session finishes a turn, the browser shows a system notification (via the Notification API), so you can switch tabs and still know when DSH is done. Per-outcome toggles and include/exclude keyword rules control exactly which completions notify.

No harness change is needed: the host contributes a session projection (a bounded summary of each session's last completed turn), and the client watches the session list's completion reminder and applies its own persisted preferences. Install

Restart the web server so the host half and the served client bundle pick up the plugin. The default dsh web profile has the required client composition (the session list, the settings shell, and locale).

Install command

dsh plugin --profile web add github:omdsh-dev/dsh-notification
View GitHub repository ↗Back to popular plugin directory