DSH Plugins
返回列表
🖥️

dsh-win-gitbash

客户端 更新于 2026.08.26

在终端中运行以下命令:

dsh plugin install buhuikongpan/dsh-win-gitbash

将以下提示词粘贴到 DeepSeek Harness 对话框中:

在 DeepSeek Harness 中安装此插件,请运行命令 dsh plugin install buhuikongpan/dsh-win-gitbash,完整源码地址为 https://github.com/buhuikongpan/dsh-win-gitbash。

插件介绍

在 Windows 上使用 DeepSeek Harness (DSH) 时,用户常遇到命令行工具的困扰:原生 PowerShell (pwsh) 启动缓慢、执行卡顿,影响日常开发体验;而标准 bash 又依赖于 Windows Subsystem for Linux (WSL),没有 WSL 环境就无法使用,限制了 AI 模型和 Agent 的 shell 执行能力。这为 Windows 用户带来了不小的痛点。

为了解决这些问题,dsh-win-gitbash 插件应运而生。它巧妙地利用 Git for Windows 自带的 bash 环境,将其注册为 DSH 的一个工具插件,无需安装 WSL,只需拥有 Git for Windows,就能获得一个快速、原生的 bash 执行环境。插件在行为上完全对齐 DSH 的原生工具,支持沙箱模式、超时控制和后台任务,确保安全性和一致性,让 shell 命令执行更加高效可靠。

这个插件特别适合 Windows 上的 DSH 用户,尤其是那些频繁使用 AI 模型或 Agent 执行 shell 命令的开发者。如果你厌倦了 PowerShell 的性能问题,又不想折腾 WSL 配置,那么 dsh-win-gitbash 提供了一个简单高效的解决方案,它让 Windows 上的 shell 执行变得更加流畅,助力开发和 AI 工作流的顺畅运行。

使用场景

  • 在 Windows 上执行快速 shell 命令,替代缓慢的 PowerShell。
  • 为 AI 模型或 Agent 提供无需 WSL 的 bash 环境。
  • 在开发工作中使用 Git for Windows 的原生工具链。

适合人员

  • Windows 上的 DeepSeek Harness 用户。
  • 需要高效 shell 执行的 AI 开发者或工程师。
  • 厌倦 PowerShell 性能问题或不想依赖 WSL 的开发者。