@zimzaza4/dsh-bash-win: Adding Git Bash and WSL2 Bash Tools to DSH on Windows

@zimzaza4/dsh-bash-win is a Cordis plugin designed for Windows environments to address the limitations encountered by the DeepSeek Harness (DSH) agent when invoking bash commands. The plugin offers two core tools: `git_bash` (based on local Git Bash/MSYS2) and `wsl_bash` (based on WSL2/Linux). It supports approval mode, sandbox isolation, background task management, foreground timeout control, and Web terminal card display. Key features include automatic detection of execution paths and customization of Git Bash and WSL paths via configuration files or environment variables. Output collection is capped at a 256 KiB memory limit to optimize performance. For security, the plugin operates with full permissions by default.

Read More