bash 7
DSH Windows default shell policy plugin: probe git-bash/MSYS2, switch bash/pwsh from the plugin config card, register the bash tool and trim the prompt tool surface. DSH Windows 默认 Shell 策略插件:探测 git-bash,配置面板切换 bash/pwsh,动态注册 bash 工具并裁剪提示词工具面
dsh plugin add dsh-windows-shell-policyOn Windows, the available bash tool is limited to Git Bash and PowerShell is disabled.
dsh plugin add dsh-bash-on-windowsMake Git Bash the only terminal tool for DeepSeek Harness on Windows: enables the bash executor and tool on win32, disables PowerShell (pwsh) everywhere, ships standard-bash/code-bash/cordis-bash agent presets, and sets the sandbox/approval defaults Git B
dsh plugin add windows-bashWindows multi-bash plugin for dsh: git_bash / wsl_bash model tools plus a shell-select executor routing the single ctx.shell seat across Git Bash, WSL and pwsh (pwsh stays the default).
dsh plugin add dsh-win-multi-bashDocker-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 plugin add dsh-shell-wsl命令执行回调桥:bash_cb 工具以回调方式返回命令结果,会话不再阻塞等待
dsh plugin add @stars-w/dsh-shell-callbackGit Bash tool plugin for DeepSeek Harness on Windows: registers a global `gitbash` tool that runs commands via Git for Windows bash.exe. Lightweight, no node-pty, no WSL, sandbox-aware.
dsh plugin add @omdp/dsh-gitbash-win