dsh-workspace-write-plus
Adds a workspace-write++ permission that keeps file tools inside the workspace while skipping the Windows process sandbox for wildcard-allowlisted executables such as Git Bash.
增加工作区修改++权限档,文件工具仍锁在工作区,可用通配符放行 Git Bash 等程序以跳过 Windows 进程沙箱。
How to install
dsh plugin add github:yzxxy010/dsh-workspace-write-plus About
工作区修改++ Windows 上用 DeepSeek Harness,一跑 git 就炸: fatal error - couldn't create signal pipe, Win32 error 5 这不是 Git 坏了。官方「工作区写入」会给子进程套一层受限令牌,Git for Windows / MSYS 需要内存映射和命名管道,一套上就起不来。 这个插件在权限选择器里加第四档:**工作区修改++**。文件还是只能改工作区,但放行的程序(默认 Git Bash 和 PowerShell)不再套那层进程沙箱。选上之后,git --version 就能正常出来。 它不是「完全访问」。不想把整个磁盘交给模型的时候用这一档。 安装 sh dsh plugin --profile web add https://github.com/yzxxy010/dsh-workspace-write-plus 装完重启一次 DSH。输入框旁边的权限选择器里会出现 **工作区修改++**,命令是 /permission workspace-write++。 怎么用 1. 选中 **工作区修改++** 2. 该 git、该跑脚本就直接跑 3. 想放行别的程序,打开 **设置 → 工作区修改++** 默认已经放行了 bash 和 pwsh。Windows 上 Git Bash 往往是从 Powe…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-07
- Created
- 2026-09-07
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
Related plugins
dsh-plugin-vet
wulun811/dsh-plugin-vet
Plugin trust pipeline for DeepSeek Harness: deterministic static scan with verdicts, opt-in runtime guard with honeypot lures, agent audit-protocol skill, and a browser shield status light. Alarm-only, never an enforcer.
dsh-rule-engine
jilian-dsh/dsh-rule-engine
Rules execution engine for dsh: parses AGENTS.md, hard-blocks rule-violating tool calls, text-based B/D rule auditing, /guard command, version-guard for versioned files, and free-zone support (engine skips free-zone sections).
dsh-auto-review
PerryLink/dsh-auto-review
Second-model auto-review on the approval answerer chain: a read-only reviewer subagent returns structured allow/deny verdicts with reasons, fail-closed by default.
dsh-yolo-mode
SeverusZh/dsh-yolo-mode
LLM auto-approval for sandbox escalation requests, with presets and a fail-closed fallback.