概览
dsh-wsl-launch
DeepSeek Harness tool: launch allowlisted Windows apps from WSL.
README / ZH
插件文档
dsh-wsl-launch
套件安装: 见 dsh-wsl-kit。推荐
KIT_SET=daily|llm|github|full。故障树:TROUBLESHOOTING.zh.md。
DeepSeek Harness 工具:win_launch — 从 WSL 启动白名单内的 Windows 应用(code、资源管理器、浏览器等)。
属于 dsh-wsl-kit。
为什么需要
打开文件属于 dsh-wsl-open。启动 VS Code / Edge / 资源管理器 这类应用需要受控启动器,避免 Agent 任意执行 .exe。
工具
| 参数 | 是否必填 | 含义 |
|---|---|---|
target |
是 | 可执行文件名或 Windows 路径(必须匹配白名单) |
args |
否 | 字符串参数列表 |
默认白名单
code、code.cmd、explorer.exe、notepad.exe、wt.exe、windows terminal、msedge.exe、chrome.exe、firefox.exe
通过 config.allowlist 扩展(精确名称、路径后缀,或 prefix*)。
安装
dsh plugin --profile web add github:173787247/dsh-wsl-launch
配置
- id: dsh-wsl-launch
name: dsh-wsl-launch
config:
timeoutMs: 20000
# allowlist: ["code", "explorer.exe", "msedge*"]
若省略 allowlist 或为空,则使用默认白名单。
测试
npm test
许可
MIT
