dsh-union-workspace
Union workspaces for the dsh web GUI: merge multiple directories into one session (primary + members), persist them under ~/.dsh/union-workspaces.json, apply a permission preset per union, browse member files in a right-side panel, and manage everything from a settings section and the /uw command. Hot-pluggable — mounted via ~/.dsh/cordis.patch.yml + a profile node_modules link, no dsh source changes.
AI 分析
核心用途是打破单工作区限制,允许 Agent 同时读取和操作分布在不同路径下的多个项目目录。适合需要跨多个关联项目、模块进行联合开发或代码审计的复杂任务。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lcgash/dsh-plugin-uwドキュメント
README 全文を読む ↗使用
- 在侧边栏底部点击 ⛓ 图标,或输入
/uw命令。 - 选择创建模式:
- 快速模式:选择多个目录,自动生成名称。
- 自定义模式:设置名称、选择成员目录、选择权限预设。
- 创建成功后,在侧边栏会出现对应的工作区。
- 点击侧边栏的工作区,打开的新会话会自动应用联合工作区。
- 在会话头部右侧点击 ⛓ 按钮,展开成员目录文件列表面板。