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/08/29

インストール

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

ドキュメント

README 全文を読む ↗

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