全部插件

DSH / BUNDLE / BUNDLES

dsh-wsl-launch

v0.1.0173787247 / dsh-wsl-launchcba03c854d

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

概览

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

English → README.md


为什么需要

打开文件属于 dsh-wsl-open。启动 VS Code / Edge / 资源管理器 这类应用需要受控启动器,避免 Agent 任意执行 .exe

工具

参数 是否必填 含义
target 可执行文件名或 Windows 路径(必须匹配白名单)
args 字符串参数列表

默认白名单

codecode.cmdexplorer.exenotepad.exewt.exewindows terminalmsedge.exechrome.exefirefox.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