Skip to content

dsh-ui-notify v0.1.0

Choose a tag to compare

@xingke-seeker xingke-seeker released this 15 Aug 14:13
· 3 commits to main since this release

dsh-ui-notify v0.1.0

Completion sound notifications for the DeepSeek Harness web GUI. Published to the npm registry as a standalone web plugin.

Features

  • Plays an embedded chime when a session's output finishes.
  • Notifications row in Settings → General:
    • enable / disable reminders;
    • sound selection (None, Chime 1-3) with preview;
    • volume (0-100%);
    • ring for background sessions only, or every session.
  • Settings persist in browser localStorage under dsh-ui-notify.settings (schema-validated, falls back to defaults) - no Host settings namespace dependency.
  • Browser autoplay handling: first user gesture unlocks audio; a completion that rang before unlock is queued and played on the next gesture.

Install

dsh plugin --profile web add dsh-ui-notify
dsh --profile web

Package

Full changelog: CHANGELOG.md