dsh plugins中文
← Back to popular plugin directory

Bash and WSL 2 bash tools

zimzaza4/dsh-bash-win · skills

Provide Git Bash and WSL 2 bash tools for DeepSeek Harness in Windows environment, including bwrap sandbox, approval mode, and background tasks.

★ 6GitHub stars
0Forks
2026-08-15Last updated
JavaScriptLanguage
MITLicense

Project overview

关键概念: 操作路径本身不触发审批——沙箱对越界的处理是"拒绝"(报错,不弹窗); 审批只出现在两处:显式批准模式(requireapproval)和越界后的升权请求; 升权阶梯:workspace-write(bwrap 受限)→ danger-full-access(去掉 bwrap), 走官方 approveEscalation 流程,必须严格加宽且经用户批准。 工具 工具 · 后端 · UI 标题 · 能力 工具: gitbash · 后端: 本地 Git Bash(MSYS2) · UI 标题: Git Bash · 能力: 批准模式(requireapproval)、官方沙箱接入(sandbox,Windows 受限模式报 Cygwin 限制)、后台任务 工具: wslbash · 后端: WSL2(Linux) · UI 标题: WSL Bash · 能力: bwrap 真沙箱(sandbox: true)、升权审批(sandboxpermissions + justification)、后台任务

Install command

dsh plugin --profile web add github:zimzaza4/dsh-bash-win
View GitHub repository ↗Back to popular plugin directory