AI Agent Hub
Back to plugins
⚙️

dsh-wsl-preset

Workflow Updated 2026.09.13

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