dsh-wsl-workspace: Add WSL Workspaces Directly in DSH Web GUI

dsh-wsl-workspace is a DSH client plugin maintained by 6Mikao9 (v0.3.1, MIT). After installation, you can add a WSL workspace from the Web GUI sidebar. This allows the entire agent session, including bash and file tools, to run within the selected WSL distribution, with paths formatted in Linux style. There is no need to install DSH inside WSL. The plugin supports a mode selector, optional Linux username, and access to Windows files via /mnt/. This article covers the installation command, typical usage, and permission differences between bash and file tools.

Read More
Use dsh-wsl-workspace to let DeepSeek Harness open WSL workspaces directly

`dsh-wsl-workspace` is a DSH interface enhancement plugin maintained by 6Mikao9 (MIT License, version 0.2.3). After adding a WSL workspace in the Windows version of DSH Web, both Bash and file read/write operations will be executed within the local Linux distribution, with paths in Linux format. There is no need to install DSH inside WSL; Windows files can still be accessed via `/mnt/`. The directory command for installing the plugin is: `dsh plugin add github:6Mikao9/dsh-wsl-workspace`. The plugin runs with the same privileges as the current DSH process, so you should inspect its source code and license before installation.

Read More