lcgash/dsh-plugin-uw2

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 同时读取和操作分布在不同路径下的多个项目目录。适合需要跨多个关联项目、模块进行联合开发或代码审计的复杂任务。

패키지
dsh-union-workspace
버전
0.1.0
최근 업데이트
2026. 8. 19.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lcgash/dsh-plugin-uw

使用

  1. 在侧边栏底部点击 ⛓ 图标,或输入 /uw 命令。
  2. 选择创建模式:
    • 快速模式:选择多个目录,自动生成名称。
    • 自定义模式:设置名称、选择成员目录、选择权限预设。
  3. 创建成功后,在侧边栏会出现对应的工作区。
  4. 点击侧边栏的工作区,打开的新会话会自动应用联合工作区。
  5. 在会话头部右侧点击 ⛓ 按钮,展开成员目录文件列表面板。