dsh-wsl-preset
Run the following command in DeepSeek Harness:
dsh plugin install yukitakasama/dsh-wsl-preset
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install yukitakasama/dsh-wsl-preset inside DeepSeek Harness to install the plugin; the full source code is available at https://github.com/yukitakasama/dsh-wsl-preset
About this plugin
Developing on Windows but stuck with PowerShell while your workflow begs for grep, sed, awk, or rsync? dsh-wsl-preset remaps the shell calls inside DeepSeek Harness standard mode to WSL, so every agent command runs through wsl -e bash -c with virtually zero manual configuration. Once installed, a new WSL Mode appears in the session picker; the full tool surface (bash, filesystem, search, skills, workflows, delegation, present) stays identical to standard mode, and the only difference is that the execution backend is now a real Linux shell. A few engineering touches keep day-to-day use effortless: WSL availability is auto-detected at startup; preset files are installed idempotently, so upgrading the plugin automatically refreshes stale artifacts; and a sandbox-aware gate ensures WSL commands only run under full-access policy, surfacing a clear upgrade hint instead of silently bypassing security boundaries. This plugin is ideal for developers who work in a Windows + WSL setup, rely on the Linux CLI toolchain daily, and use the DSH agent workflow without wanting to hand-edit preset files or executor scripts.
Use Cases
- Developing on Windows while depending daily on Linux CLI tools like grep, sed, and rsync
- Using the DSH agent workflow and wanting every shell command to run inside WSL without manual environment switching
- Upgrading the plugin to auto-refresh stale presets instead of hand-editing preset files and executor configs
Best For
- Developers using the DSH agent in a Windows + WSL setup
- Engineers who rely heavily on the Linux CLI toolchain in daily work
- Users who want a turnkey switch to bash execution in their agent workflow with zero manual configuration
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.