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 分析

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

パッケージ
dsh-shell-wsl
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/17

インストール

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

ドキュメント

README 全文を読む ↗

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 |