返回插件市场

dsh-wsl-open

连接与集成

173787247/dsh-wsl-open

允许点击聊天中的 WSL Linux 路径,在 Windows 中用默认应用或资源管理器打开。

  • deepseek-harness
  • dsh-plugin
  • wsl
GitHub Stars
3GitHub
浏览量
0DSH Plugin Hub
Forks
0GitHub
开放问题
0GitHub Issues
Manifest 版本
0.2.0dsh-wsl-open
最近推送
2026年9月3日GitHub
许可证
MITJavaScript
插件类型
Host + Client同时运行于 Host 与 Web Client

验证与兼容性

这里展示目录实际采集到的证据;未声明的信息会明确标为未知。

运行时已验证
01精确来源: github · dsh-wsl-open@0.2.002验证时间: 2026年9月3日03验证版本: 0.1.0-rc.7
当前版本兼容性
已在当前目录版本验证
声明的 Harness 范围
未声明
声明的平台
未声明
适用 Profile
web
构建授权
未检测到需要
权限声明
未声明
外部服务
未声明
遥测声明
未知
未发现已知风险标记

这不是安全背书;安装前仍应查看源码、权限和配置。

查看证据与判定范围

验证仅覆盖标出的来源、版本和 Harness 环境,不代表未来版本仍然兼容。

  • github:173787247/dsh-wsl-open#ae76c04d99c99043e7fa0da2e430b67f9a7cf1ac
  • 插件已在隔离环境完成加载检查。

README

查看源文件

dsh-wsl-open

Install set: part of dsh-wsl-kit. Prefer KIT_SET=daily | llm | github | full (see kit README). Fault tree: TROUBLESHOOTING.md.

DeepSeek Harness plugin: click a WSL Linux path in chat to open it on Windows (default app, or Explorer for folders).

Part of dsh-wsl-kit.

中文说明 → README.zh.md


Why

Chat does not turn /home/.../deck.pptx into a useful link. Generic “open path” plugins often call Linux xdg-open, which cannot launch Windows Office / WPS.

What it does

  1. Highlights absolute Linux paths in assistant text (CSS Highlight; does not rewrite React DOM)
  2. Maps with wslpath -w (or a fallback) to \\wsl$\<distro>\... or C:\...
  3. Files → cmd.exe /c start (Windows default app); folders → explorer.exe

Only opens real paths under home, the session workspace, and /mnt/c/Users (and /mnt/d/Users). Non-WSL hosts skip open.

Prefer this for files/folders. Use dsh-wsl-launch for apps, and dsh-wsl-browser for http(s) URLs.

Install

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

Restart dsh web, refresh the page. Click a dotted-underline path in a new or re-rendered assistant message.

Verify

  1. Ask the agent to write a file under /home/<you>/... (e.g. .pptx).
  2. The absolute path should be dotted-underlined.
  3. Click it — Windows opens with the default app.

Debug: browser console [dsh-wsl-open]; host log dsh-wsl-open: loaded distro=....

Config

- id: dsh-wsl-open
  name: dsh-wsl-open
  config:
    enabled: true
KeyDefaultMeaning
enabledtrueSet false to disable

Test

npm test

License

MIT

评论

0
最新优先