DSH Add desktop notification reminder
Desktop notifications for approvals / questions / turn completion Install: A DeepSeek Harness Web UI client plugin: when a tool needs approval, DSH asks you a q.
Project overview
dsh-web-ui-notify — Desktop notifications for approvals / questions / turn completion Install: dsh plugin --profile web add github:bill9109/dsh-web-ui-notify A DeepSeek Harness Web UI client plugin: when a tool needs approval, DSH asks you a question, or a turn finishes while you are looking at another tab, it pops a system desktop notification — so neither DSH nor you end up waiting. Why this exists
The plugin is a DSH bundle (package.json declares dsh.bundle + dsh.client). Install it into the web profile with the standard dsh plugin mechanism — no DSH source changes and no hand-written patch:
Internally the command runs pnpm add in the profile directory and automatically appends packages that declare dsh.bundle to dsh.profile.bundles. You can also clone it and install from a local path (for development — rebuild and it takes effect):