dsh-wsl-bridge
Run the following command in DeepSeek Harness:
dsh plugin install ch1bug/dsh-wsl-bridge
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install ch1bug/dsh-wsl-bridge in your DeepSeek Harness terminal to auto-init the profile, install dependencies, and register the bundle layer; full source is at https://github.com/ch1bug/dsh-wsl-bridge .
About this plugin
An agent confined to WSL often needs to reach into the Windows host — reading a config on C:\, launching an .exe, or opening a freshly generated report in Explorer — yet lacks a smooth cross-system bridge. dsh-wsl-bridge fills that gap for DeepSeek Harness agents, turning the WSL session into a two-sided workspace.
The plugin ships seven core tools: win_ls to list Windows directories, win_read for text files (utf8/gbk with line offset and limit), win_write to create or overwrite UTF-8 files with automatic parent-dir creation, win_run to execute programs via cmd, PowerShell, or direct interop, win_open to hand a file or folder to the default Windows handler, win_path to convert between C:\… and /mnt/c/… forms, and win_drives to enumerate mounted drives. Every call routes through the host shell service with the session sandbox policy applied per invocation; win_run writes temporary .bat/.ps1 scripts to C:\Windows\Temp and cleans them up afterward, and PowerShell output is forced into UTF-8 console encoding to avoid garbled CJK text.
It is built for developers and CI pipelines whose DSH agent lives in WSL1 or WSL2 while their artifacts, dependencies, or launchers sit on the Windows side — one conversation can now drive both the Linux shell and the Windows host without juggling separate terminals or manual wslpath conversions.
Use Cases
- Agent in WSL reads or writes config files and reports on the C: drive
- Invoking Windows .exe tools or PowerShell scripts directly from a Linux session
- Auto-converting paths between C:\ and /mnt/c/ to avoid manual mapping
Best For
- Developers running DSH agents in WSL who frequently need Windows host access
- CI engineers building automation pipelines across Windows and Linux environments
- Teams that want a single agent session to drive both Linux and Windows resources
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.