lalilulelo3/dsh-notify0

@lalilulelo3/dsh-notify

DeepSeek Harness plugin: Windows desktop notifications + sound when an agent turn finishes or the harness is waiting for you.

包名
@lalilulelo3/dsh-notify
版本
0.2.1
许可证
MIT
最近更新
2026年9月12日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lalilulelo3/dsh-notify

Configuration

Every field is optional. Add an id-targeted override to your profile patch file (~/.dsh/profiles/web/cordis.patch.yml), which the profile reloads live:

- id: dsh-notify
  config:
    sound: false
    reasons: [completed, error]
FieldTypeDefaultMeaning
enabledbooleantrueMaster switch; false disables the plugin
turnEndbooleantrueNotify when a turn ends
questionbooleantrueNotify when the harness waits for an answer
approvalbooleantrueNotify when the harness waits for approval
reasonsstring[][completed, error, blocked, max-tokens]Which turn/end reasons notify (aborted, interrupted are opt-in)
subagentsbooleanfalseAlso notify for subagent (child) sessions; off keeps multi-agent runs quiet
appIdstringcom.lalilulelo3.dsh-notifyAppUserModelID the toast is sent under; Windows lists it as DSH Notify
soundbooleantruePlay the Windows default notification sound
titlestringDSHToast heading