SeverusZh/dsh-notify-windows ↗★ 2
dsh-notify-windows
DeepSeek Harness 插件:任务完成时发送 Windows 系统通知
AI 분석
用于在后台任务结束或需要人工干预时进行系统级提醒。适合运行长耗时任务、需要即时接收审批或结束通知的 Windows 用户。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
⚙️ 配置项
| 配置 | 默认值 | 说明 |
|---|---|---|
enabled | true | 总开关 |
reasons | [completed, error, max-tokens] | 需要提醒的回合结束原因(可选 aborted / interrupted / blocked) |
includeSubagents | false | 是否也提醒子代理会话 |
notifyOnStart | false | 插件加载时发一条「已激活」通知 |
notifyOnApproval | true | 审批请求提醒(策略 never 时自动跳过) |
notifyOnAskUser | true | Agent 提问等待回答时提醒 |
notifyOnGoalRounds | false | /goal 自动推进回合不提醒(目标完成/阻塞的最终回合除外) |
excerpt | true | 通知正文附带 Agent 最后回复的摘要 |
excerptMaxChars | 80 | 摘要最大字符数 |
appName | DeepSeek Harness | 通知来源显示名与兜底标题 |
aumid | DeepSeekHarness.Notify | 通知 AppUserModelId |
log | true | 写日志到 %TEMP%\dsh-notify\notify.log |
debug | false | 把所有会话事件写入日志(排查用,量大) |