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.

包名
dsh-shell-wsl
版本
0.1.0
许可证
MIT
最近更新
2026年8月17日

安装

$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 |