Skip to content

Releases: xingke-seeker/dsh-ui-notify

dsh-ui-notify v0.1.1

Choose a tag to compare

@xingke-seeker xingke-seeker released this 16 Aug 07:48

dsh-ui-notify v0.1.1

Patch release: adds repository, homepage, and bugs metadata so the npm page links back to this repository.

Changed

  • Add repository, homepage, and bugs fields (flagged by the dsh-vet install-time security scan).

Package

Full changelog: CHANGELOG.md

dsh-ui-notify v0.1.0

Choose a tag to compare

@xingke-seeker xingke-seeker released this 15 Aug 14:13

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