somnusovis/dsh-multi-workspace
项目介绍Project Overview
dsh-multi-workspace 为 DSH 提供多工作区沙箱支持。它自动将注册的所有工作区路径设为可写根目录,无需额外配置。适用于需要跨多个工作区写入文件的场景。注意:该插件会授予所有已注册工作区的写权限,请谨慎管理工作区列表。
dsh-multi-workspace is a DSH plugin that enables multi-workspace sandboxing. It automatically grants file-write access to all registered workspaces by injecting their paths as writable roots on every policy check. Use it when your workflow requires writing across multiple workspace directories without manual sandbox escalation. Note: it grants write access to every registered workspace, so manage your workspace list carefully.
请帮我了解并安装插件:【dsh-multi-workspace】【https://github.com/somnusovis/dsh-multi-workspace】
把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.
或使用命令行安装(适合开发者)Or use CLI install (for developers)
命令行安装CLI Install
dsh plugin --profile web add dsh-multi-workspace
把 somnusovis/dsh-multi-workspace 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
dsh-multi-workspace
Multi-workspace sandbox for DeepSeek Harness (DSH).
Automatically grants file-write access to ALL registered workspaces — add a workspace in the UI, write to it immediately, no config needed.
Problem
By default, DSH file sandbox only allows writes to one workspace directory (the session cwd). Writing to other directories requires sandbox escalation.
Solution
This plugin reads the live workspace registry on every sandbox policy check and injects every registered workspace path as an additional writable root.
How it works
Two layers:
- Wraps sandboxPolicy.resolve() to attach workspace paths
- Wraps fs.writeText/editText with retry fallback on each workspace root
Installation
dsh plugin --profile web add github:somnusovis/dsh-multi-workspace
# Or from npm (once published)
dsh plugin --profile web add dsh-multi-workspace
Restart DSH web service and refresh browser.
License
MIT
nexu-io/open-design
freestylefly/awesome-gpt-image-2
anywhere-labs/dsh-desktop
walkinglabs/learn-harness-engineering
awesome-dsh-plugin/awesome-dsh-plugin
MemTensor/MemOS