- Accueil
- Plugins
- Outils et capacités
- dsh-wsl-path
dsh-wsl-path
173787247/dsh-wsl-path
Converts Linux and Windows paths with /mnt/c caveats for WSL.
Installer
dsh plugin --profile web add github:173787247/dsh-wsl-pathREADME
dsh-wsl-path
Install set: part of dsh-wsl-kit. Prefer
KIT_SET=daily|llm|github|full(see kit README). Fault tree: TROUBLESHOOTING.md.
DeepSeek Harness tool: path_convert — convert between Linux (/home, /mnt/c) and Windows (C:\, \\wsl$\) paths, with /mnt/c caveats.
Part of dsh-wsl-kit.
Where it sits
Converts a WSL path to a Windows path and back, including /mnt tags.
flowchart LR
agent["dsh agent"] --> tool["path_convert"] --> paths["WSL path vs Windows path"]
Suite diagram and version snapshot: dsh-wsl-kit. This plugin is 0.2.0 (daily; also in llm). Do not copy that matrix into this README.
Compatibility
| Field | Value |
|---|---|
| Plugin | dsh-wsl-path 0.2.0 |
| Minimum dsh | ≥ 0.1.2 (web UI one-shot ?token= on Windows relay :3081) |
| Latest verified | See dsh-wsl-kit Compatibility (currently 0.1.5-rc.1) — single source of truth for the suite |
| Kit set | daily (also in github / full; fetch+net also in llm) |
| Cloud Flash | Use model id deepseek-flash (V4.1 Flash) in ~/.dsh/settings.yaml / llm-deepseek — not configured by this plugin |
| Agent Teams | Upstream experimental; not required here |
Suite floor versions: kit check-plugin-versions.sh. Fault tree: TROUBLESHOOTING.md.
Why
Agents and humans constantly mix /mnt/c/Users/... and C:\Users\..., or need \\wsl$\Ubuntu\home\... for Windows apps. This tool does the conversion and explains drvfs vs Linux FS trade-offs (CRLF, chmod, git).
Tool
| Arg | Default | Meaning |
|---|---|---|
path | (required) | Absolute Linux or Windows path |
direction | auto | auto / toWindows / toLinux |
Install
dsh plugin --profile web add github:173787247/dsh-wsl-path
Config
- id: dsh-wsl-path
name: dsh-wsl-path
config: {}
Test
npm test
License
MIT
Plugins associés
archify (deepseek-harness)
tt-a1i/archify
WeKnora (dsh-weknora)
tencent/weknora
weknora
tencent/weknora
BrowserSkill (dsh-plugin-browserskill)
tencent/browserskill