DeepSeek Harness plugin

dsh-minimal-bash-fix

DSH agent preset 分发包:修复极简模式(minimal)预设中 persistent bash 工具约 3.5s 延迟返回的完成检测 bug,并同步 minimal-fast preset 到 ~/.dsh/.agent-presets/minimal-fast。

Jump to install

Source facts

Repository
sd1g1/dsh-minimal-bash-fix
Latest update
Aug 18, 2026
Category
Workflow & Automation
GitHub stars
1
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/sd1g1/dsh-minimal-bash-fix
Plugin: dsh-minimal-bash-fix
Author: sd1g1

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer2 files
README.mdSource · read only

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> ],说明修复已生效。