Skip to content
dsh.fish
Bundle

dsh-minimal-bash-fix

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

Source
sd1g1
stars
1 stars
License
MIT
Updated
Updated 5 days ago

Readme

# dsh-minimal-bash-fix

DSH 插件:修复极简模式(`minimal`)预设中 persistent bash 工具的完成检测 bug。未修复时 bash 工具会延迟约 3.5s 才返回;本插件提供 `minimal-fast` preset 解决该问题。

> **提醒:** 当前 `dsh` 最新版本已修复此问题,建议优先升级到最新版本。本插件仅适用于仍受该问题影响的旧版本。

## 安装

```bash
dsh plugin --profile web add -w github:sd1g1/dsh-minimal-bash-fix
```

重启 DSH 后,在 DSH 中选择 `minimal-fast` preset 即可。

## 验证

```bash
echo "PS1=[$PS1]"
```

如果输出 `PS1=[dsh> ]`,说明修复已生效。

Install

dsh plugin --profile web add github:sd1g1/dsh-minimal-bash-fix

Profile: web

  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source