@dsh-external/ui-git-bash
Replace AI Pwsh commands with Git Bash execution and provide Git Base settings
AI Analysis
核心用途是将 DSH 中 AI 发出的 Pwsh 命令自动重定向到 Git Bash 中执行。适合习惯 Git Bash 环境的 Windows 开发者,需在设置中配置 Git Bash 路径。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗方式二:使用 dsh 命令安装(项目官方方式)
如果你已安装 dsh CLI,可以按项目官方教程使用 dsh plugin 命令安装:
dsh plugin --profile web add C:/Users//.dsh/plugins/ui-git-bash
安装后启动:
dsh --profile web
详细命令说明见项目文档:docs/user/develop/basic/publish.md。
使用
- 打开 DSH Web。
- 进入 设置 → Git Base。
- 填写 Git Bash 路径,或点击“使用检测到的默认路径”。
- 保存后,AI 后续发出的
pwsh命令会自动通过 Git Bash 执行。