dsh-open-in-vscode: One-Click Workspace Launch in VS Code from DSH Web Interface

dsh-open-in-vscode is a DSH client plugin maintained by omdsh-dev, providing an "Open in VSCode" entry point within the overflow menu of each workspace sidebar. Upon clicking, the host invokes the local editor CLI (default: code) via Typert Remote to open the workspace directory in detached mode. It supports DSH 0.1.0-rc.6 and above, allowing configuration of the command and arguments through cordis.yml. The plugin does not include tools, skills, or file read/write operations, making it ideal for quickly jumping to a local IDE after managing multiple workspaces via a web interface.

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