Sutera-Diffusus/dsh-windows-notify1

dsh-windows-notify

Windows-grade notifications for DeepSeek Harness: system toasts, custom sounds, and a taskbar tray badge for task completion and decision prompts — a native DSH profile plugin (bundle + client + settings namespace), zero patching of built-in packages.

AI 분석

核心用途是在后台运行任务时,通过系统原生通知提醒用户。适合经常挂机运行长 Agent 任务、需要即时获取任务状态反馈的用户。支持免打扰时段和 Windows 专注助手。

패키지
dsh-windows-notify
버전
1.1.1
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

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

配置 / Configuration

设置页「通知」区段(settings 命名空间 dsh-notify),保存即生效:

默认说明
soundsoftsoft / brisk / calm / crisp
soundEnabledtrue提示音总开关
quietHours.enabled / start / endfalse / 22:00 / 08:00免打扰时段(支持跨午夜)
respectSystemDndtrue跟随 Windows 专注助手/勿扰
completeModetoasttoast 弹窗 / badge-only 仅角标
completeMergetrue5 秒窗口内合并完成摘要

环境变量:DSH_NOTIFY=0 整体禁用;DSH_NOTIFY_SOUND= 覆盖音效;DSH_NOTIFY_MIN_INTERVAL_MS 节流间隔。