dsh plugins中文
← Back to popular plugin directory

One-click installation minimalist mode

liceses/dsh-gitbash-preset · skills

DeepSeek Harness plug-in: One-click installation of the "minimalist mode (Git Bash)" agent preset - maps the bash calls in the minimalist mode of DSH to the bash (MSYS) of Git for Windows, making the minimalist mode on W.

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

Project overview

1. PTY 平台限制:极简模式的持久 bash 依赖 PTY 后端,而 @deepseek-ai/dsh-subprocess-local 在 win32 上直接拒绝(terminal inspection is unsupported on platform win32),与 bash 是否存在无关; 2. shell 缺失:即便绕过 PTY,@deepseek-ai/dsh-bash-local 硬编码从 PATH 找 bash,Windows 上默认没有。

Install command

dsh plugin --profile web add github:liceses/dsh-gitbash-preset
View GitHub repository ↗Back to popular plugin directory