yangzhe1991/dsh-task-notify
yangzhe1991★ 1TypeScript最后同步: 2026-08-15
DSH plugin: chime + tab-title alert when tasks finish (任务完成提示音与标签标题提醒插件)
README 摘要
dsh-task-notify English 中文 A DSH (DeepSeek Harness) browser plugin that tells you when your agent finishes work — a completion chime, and a tab-title alert while you are on another tab. Install (30 seconds) Prereqs: the dsh CLI (DeepSeek Harness). Then restart the Web GUI and refresh the browser tab. That's it — the package ships prebuilt artifacts, so nothing compiles on your machine and no allowlist is needed. dsh plugin auto-appends the bundle to your profile's dsh.profile.bundles . Other install methods (usually not needed): Method Command Builds on install Notes npm registry (recommended) dsh plugin --profile web add @yangzhe1991/dsh-task-notify No Prebuilt, quickest tarball dsh plugin --profile web add ./dsh-task-notify-0.1.0.tgz No Offline-friendly git dsh plugin --profile web add github:yangzhe1991/dsh-task-notify Yes (via prepare ) Requires one-time allowBuilds in pnpm-workspace.yaml What it does - 🎵 Completion chime — a synthesized two-tone chime (no audio files) when: - an agent turn finishes in your current session (normal reply, error, or abort) — this covers ordinary conversations; - a background job settles in any session ( completed / failed / killed — background b…
在 GitHub 查看完整 README →