xingke-seeker/dsh-ui-notify

xingke-seeker★ 0TypeScriptLast synced: 2026-08-15

Open on GitHub

Completion sound notifications for the DeepSeek Harness web GUI — a standalone dsh-plugin. Settings persist in localStorage.

README excerpt

dsh-ui-notify Completion sound notifications for the DeepSeek Harness web GUI. When a session's output finishes, the plugin plays an embedded chime; the Notifications row in Settings → General turns it on or off, picks a sound (with preview), sets the volume, and chooses whether to ring for background sessions only or every session. Settings persist in browser localStorage . The plugin is a pure web plugin — it registers no host service, no tool, and no session-log entry. Install The package is published to the npm registry. Install it into the web profile: Then restart the profile ( dsh --profile web ) so the new package metadata is picked up. No build step is needed — the published tarball ships the built lib/ (node half + browser client bundle + type declarations). To update to a newer release: Configuration All settings live under the Notifications row (General settings), stored in localStorage under dsh-ui-notify.settings : Field Values Default Enable reminders on / off on Sound None, Chime 1–3 Chime 1 Volume 0–100% 50% Remind when Background session finishes / Any session finishes Background The first user gesture unlocks the audio (browser autoplay policy); a completion that…

View full README on GitHub →
Tools / Devcompletion-sounddeepseek-harnessdshdsh-pluginnotification

Category