sunligh91/dsh-helper0

dsh-helper

DSH task notifier plugin: pops Windows toast notifications when an agent session finishes, errors, needs confirmation, or asks for approval. Self-registers the required AppUserModelID shortcut so notifications are delivered even when the app is not focused.

包名
dsh-helper
版本
0.5.0
许可证
MIT
最近更新
2026年9月12日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sunligh91/dsh-helper

⚙️ Configuration

Go to Settings → Task Notifications (dsh-helper).

KeyDefaultDescription
notifyOnCompletetrueNotify when a session finishes (deduped to once per 60 s per session).
notifyOnErrortrueNotify when a session hits an error.
notifyOnConfirmtrueNotify when the agent is about to ask you a question (multi-choice).
notifyOnPermissiontrueNotify when a tool triggers a permission approval dialog.
soundOnCompletetruePlay the completion chime after the completion toast.
soundVolume70Chime volume, 0100.
soundFile""Path to a local audio file (wav / mp3 / wma). Empty = the bundled chime; if the custom file is missing it falls back to the bundled chime, then to Windows built-in notify sounds.

Defaults ship in cordis.patch.yml; your overrides are written to ~/.dsh/profiles/web/cordis.patch.yml.