dsh-tool-gitbash:面向 Windows 的 Git Bash 工具插件

dsh-tool-gitbash 是一款面向 Windows 环境的 DSH 工具插件,旨在为不具备 WSL 但已安装 Git for Windows 的用户提供 Git Bash 执行能力。该插件通过注册 `gitbash` 工具,利用系统自带的 `bash.exe` 替代原生 pwsh 或 WSL bash,无需依赖 WSL 环境。其核心功能包括自动探测多个安装路径、文件沙箱模式、超时控制(默认 120 秒,上限 600 秒)、输出截断及后台任务支持。后台运行功能仅在开启特定配置时暴露,沙箱权限升级需同时满足 `sandbox_permissions` 与 `justification`

阅读全文
dsh-plugin-git-bash:让 DSH 在 Windows 上默认使用 Git Bash

`dsh-plugin-git-bash` 是一个用于 DSH 的插件,旨在让 Windows 环境下的 DSH 默认使用 Git for Windows Bash 替代 PowerShell,同时完整保留 DSH 原有的 `read-only`、`workspace-write` 和 `danger-full-access` 权限语义。该插件以 bundle layer 形式安装至 DSH profile,不修改 DSH 主安装目录,支持 `standard`、`code`、`cordis` 和 `minimal` preset 及 Web Agent 统一使用 Git Bash 执行命令。

阅读全文
Windows 也能跑 DSH 极简模式:dsh-gitbash-preset 工作流插件

DSH 自带极简模式在 Windows 上因 PTY 平台限制与 PATH 中缺少 bash 而难以使用。社区插件 dsh-gitbash-preset 一键安装「极简模式 (Git Bash)」预设,将 bash 调用映射到 Git for Windows 的 MSYS shell,保留 str_replace_editor 双工具面,并配合沙箱感知门控。本文介绍其痛点背景、核心能力、安装命令与典型用法,适合在 Windows 上跑 DSH Web 版的开发者参考。

阅读全文
使用 dsh-gitbash-preset 在 Windows 上启用 DeepSeek Harness 极简模式

dsh-gitbash-preset 是 liceses 维护的 DeepSeek Harness 社区插件(MIT,npm 包名 @icelily/dsh-gitbash-preset,当前 0.1.2)。它把官方极简模式的 bash 调用映射到 Git for Windows 的 MSYS shell,用每次 bash -c 绕开 win32 上 PTY 不可用的限制,并做沙箱感知门控。本文依据插件目录页、GitHub 源码与 npm 说明,整理安装命令、预设用法、探测路径与注意事项。

阅读全文