kaixinyujue/dsh-shell-wsl0

dsh-shell-wsl

Docker-container (WSL2 backend) shell executor for the DeepSeek Harness bash capability seam on Windows: every bash tool call runs in a disposable Linux container with the workspace bind-mounted.

AI Analysis

适合Windows用户,在隔离的Linux容器中安全运行Bash命令与工具。

Package
dsh-shell-wsl
Version
0.1.0
License
MIT
Last updated
Aug 17, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kaixinyujue/dsh-shell-wsl

5. Configuration

5.1 Composition layer (cordis row config — edit this via the patch layers)

FieldDefaultDescription
transportdocker-clidocker-cli (Windows-side CLI) or wsl (wsl.exe -d -- docker)
distroUbuntuUsed only by the wsl transport
imageubuntu:24.04Must include bash (alpine/busybox don't — that surfaces as a runner failure)
workspaceMount/workspaceMount point inside the container
workspaceRootnone (fallback)Fixed workspace root; normally the per-call policy's workspaceRoot is used
containerPrefixdsh-execContainer name prefix: `

-`, ≤63 chars |