Plugin directory / Developer / dsh-minimal-bash-fix
dsh-minimal-bash-fix
Unverified sd1g1
What it does
DSH 插件:修复极简模式(minimal)预设中 persistent bash 工具约 3.5s 延迟返回的 bug,并提供 minimal-fast preset
Unverified — not yet verified
DSH 插件:修复极简模式(minimal)预设中 persistent bash 工具约 3.5s 延迟返回的 bug,并提供 minimal-fast preset Not yet verified — install and test it yourself.
“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
README
dsh-minimal-bash-fix
DSH 插件:修复极简模式(minimal)预设中 persistent bash 工具的完成检测 bug。未修复时 bash 工具会延迟约 3.5s 才返回;本插件提供 minimal-fast preset 解决该问题。
提醒: 当前
dsh最新版本已修复此问题,建议优先升级到最新版本。本插件仅适用于仍受该问题影响的旧版本。
安装
dsh plugin --profile web add -w github:sd1g1/dsh-minimal-bash-fix
重启 DSH 后,在 DSH 中选择 minimal-fast preset 即可。
验证
echo "PS1=[$PS1]"
如果输出 PS1=[dsh> ],说明修复已生效。
Install
Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:
dsh plugin add dshbase-catalog Then say "install dsh-minimal-bash-fix for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.
This plugin is GitHub source (not published to npm) — install it straight from the repo:
Web profile:
dsh plugin --profile web add github:sd1g1/dsh-minimal-bash-fix Headless (CLI) profile:
dsh plugin --profile headless add github:sd1g1/dsh-minimal-bash-fix Test report
Not yet L3-verified — see failure note below if we already ran it.