173787247/dsh-wsl-launch1

dsh-wsl-launch

DeepSeek Harness tool: launch allowlisted Windows apps from WSL.

AI 분석

适合从 WSL 启动常用 Windows 应用(如编辑器)的用户;受限于白名单以控风险。

패키지
dsh-wsl-launch
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 29.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:173787247/dsh-wsl-launch

dsh-wsl-launch

DeepSeek Harness tool: win_launch — start an allowlisted Windows app from WSL (code, Explorer, browsers, …).

Part of dsh-wsl-kit.

中文说明 ↓


English

Why

Opening a file belongs to dsh-wsl-open. Starting VS Code / Edge / Explorer as an app needs a controlled launcher so the agent cannot run arbitrary .exe.

Tool

ArgRequiredMeaning
targetyesExecutable name or Windows path (must match allowlist)
argsnoString argument list

Default allowlist

code, code.cmd, explorer.exe, notepad.exe, wt.exe, windows terminal, msedge.exe, chrome.exe, firefox.exe

Extend via config.allowlist (exact name, path suffix, or prefix*).

Install

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

Config

- id: dsh-wsl-launch
  name: dsh-wsl-launch
  config:
    timeoutMs: 20000
    # allowlist: ["code", "explorer.exe", "msedge*"]

If allowlist is omitted or empty, defaults apply.

Test

npm test

License

MIT


中文

为什么需要

打开文件用 dsh-wsl-open;启动 VS Code / 浏览器 / 资源管理器 用本插件。目标必须在白名单内,防止任意执行 Windows 程序。

默认白名单

codeexplorer.exenotepad.exe、常见浏览器、wt.exe 等。可通过 allowlist 扩展。

安装

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

许可

MIT