xingke-seeker/dsh-ui-notify
Completion sound notifications for the DeepSeek Harness web GUI — a standalone dsh-plugin. Settings persist in localStorage.
이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.
업스트림에서 중국어 README를 제공하지 않아 저장소 원본 내용을 표시합니다.
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:
dsh plugin --profile web add dsh-ui-notify
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:
dsh plugin --profile web up dsh-ui-notify
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 rang before unlock is queued and played on the next gesture.
Development
pnpm install
pnpm run typecheck
pnpm run test
pnpm run build
pnpm run build runs the two-project TypeScript build (node half + browser half) then bundles lib/client.js with tsdown. pnpm run prepare is the self-contained consumer build: it transpiles both halves from source without the type-checked peer graph, for installs that build from source rather than the npm tarball.
Changelog
See CHANGELOG.md for release history.
License
MIT
보안 및 설치 증거
이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.
공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.
저장소가 MIT 라이선스를 선언했습니다.
최근 180일 내 코드 업데이트가 있습니다.
재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.
prepare이(가) 감지되었습니다. 설치 전에 스크립트를 검토하세요.
lifecycle-scripts