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.

AI 분석

核心用途是为 DSH 任务状态提供系统级通知提醒。适合运行耗时较长的 Agent 任务、不希望一直盯着界面的用户。支持自定义通知触发条件和声音。

패키지
@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