xingke-seeker / dsh-ui-notify

已收录

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

main工具 查看源代码

安装

npx -y @deepseek-ai/dsh plugin --profile web add github:xingke-seeker/dsh-ui-notify

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 360ca43同步于 2026年8月18日

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:

FieldValuesDefault
Enable reminderson / offon
SoundNone, Chime 1–3Chime 1
Volume0–100%50%
Remind whenBackground session finishes / Any session finishesBackground

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

项目文件与信号

以下项目是目录快照中检测到的公开仓库信号。

测试已检测

仓库信息

开发语言
TypeScript
许可证
MIT
最新发布
v0.1.1
最后更新
2026年8月16日 07:45

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。