kaixinyujue/dsh-shell-wsl

kaixinyujue★ 0JavaScript最后同步: 2026-08-17

在 GitHub 打开

给dsh提供链接wsl环境的插件

README 摘要

dsh-shell-wsl English · 中文 A real-Linux bash execution environment for DeepSeek Harness (dsh) on Windows: every bash tool call is routed into a disposable Docker container (Docker Desktop / WSL2 backend), with the workspace bind-mounted for two-way file sharing and automatic integration with the official permission presets. The model keeps using the official bash tool (no new tools, no tool-layer changes); commands genuinely run in a container on the WSL2 Linux kernel. The executor declares the official sandboxMode capability bit ( workspace-write ), so permission presets (read-only / workspace-write / danger-full-access) integrate automatically — read-only sessions mount the workspace :ro , everything else mounts read-write. See the design document: dsh-shell-wsl-design.md (checked line-by-line against the @deepseek-ai/dsh 0.1.0-rc.6 source contracts). Why a container, instead of the other approaches On Windows, dsh exposes only pwsh by default (the official tool-bash is disabled on win32). The common community approaches to getting bash back each come with trade-offs: dsh-shell-wsl (this plugin) Git Bash (MSYS2) approaches WSL distro-direct approaches Runtime Real Linux : WSL2 ke…

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdockerdsh-pluginwindowswsl2

分类