全部插件

DSH / BUNDLE / BUNDLES

dsh-wsl-notify

v0.1.0173787247 / dsh-wsl-notifyaa84713803

可安装组合包组合包与其他模块社区 · Topic 自动分析

概览

dsh-wsl-notify

DeepSeek Harness tool: Windows MessageBox notification from WSL.

README / ZH

插件文档

dsh-wsl-notify

套件安装:dsh-wsl-kit。推荐 KIT_SET=daily | llm | github | full。故障树:TROUBLESHOOTING.zh.md

DeepSeek Harness 工具:win_notify — 长 WSL 任务结束时弹出简短的 Windows MessageBox

属于 dsh-wsl-kit

English → README.md


为什么需要

长任务在后台跑完时,Windows 弹窗比盯浏览器标签更醒目。

注意: 当前实现是 MessageBox(需点确定后才返回)。标题和正文保持简短,勿含密钥。非阻塞 toast 以后可以换实现;本版本优先可靠、不额外依赖 Windows 模块。嫌打扰可不装或少用。

工具

参数 默认 含义
title DSH 窗口标题(受 maxLen 限制)
body Task finished. 正文

安装

dsh plugin --profile web add github:173787247/dsh-wsl-notify

配置

- id: dsh-wsl-notify
  name: dsh-wsl-notify
  config:
    timeoutMs: 30000
    maxLen: 500

测试

npm test

许可

MIT