Skip to content

Releases: SeverusZh/dsh-notify-windows

v0.5.0 - goal 模式静默 + 回复摘要

Choose a tag to compare

@SeverusZh SeverusZh released this 13 Aug 17:09

v0.5.0

新功能

  • /goal 模式静默提醒(可配置 notifyOnGoalRounds,默认 false):自动推进的中间回合不再弹通知,只有目标完成或阻塞的最终回合才提醒;
  • 完成通知附带摘要(excerpt,默认 true):通知正文除「第 N 轮」外,附带 Agent 最后回复的文本摘录(excerptMaxChars 默认 80)。

其它

  • 安装脚本自动清理旧版本部署目录,部署目录名跟随包名(dsh-notify-windows-<版本>)。

安装:dsh plugin --profile web add dsh-notify-windows

v0.4.0 首个公开发布

Choose a tag to compare

@SeverusZh SeverusZh released this 13 Aug 16:52

v0.4.0 — 首个公开发布

DeepSeek Harness 插件:当 Agent 需要你关注时,向 Windows 发送系统桌面通知(Toast)。

功能

  • 任务完成提醒:turn/end 事件(completed / error / max-tokens 可配置)
  • 权限审批提醒:approval/asked 事件(会话审批策略为 never 时自动跳过)
  • 提问确认提醒:ask_user_question 调用检测(含 run_code 程序源码启发式检测)
  • 默认忽略子代理会话;零运行时依赖;可选日志与 debug 模式

安装

dsh plugin --profile web add dsh-notify-windows

详见 README