luoyu-xingu/dsh-multi-root1

@luoyu_xingu/dsh-multi-root

用于 DSH 网页 GUI 的多根工作区插件:可将多个独立文件夹关联至一个项目工作区,并在侧边栏面板中进行管理。

AI 分析

核心用途是管理多根目录工作区,允许智能体跨文件夹进行读写和检索。适合处理复杂多模块项目、需要跨目录协作的开发任务。

包名
@luoyu_xingu/dsh-multi-root
版本
0.1.1
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:luoyu-xingu/dsh-multi-root

Usage

  1. Click the sidebar Roots entry.
  2. Attach folders with the path input or the Browse dialog (drive level first on Windows); optionally give each one an alias.
  3. Ask the agent to work across folders — it will use workspace_roots to discover the roots and the other workspace_root_* tools to operate inside them.

Configuration

The host plugin accepts a schemastery-validated config (composition entry):

multi-root:
  enabled: true          # master switch for routes, tools, prompt section
  announceToAgent: true  # system-prompt section announcing the plugin
  hotReload: true        # host half watches its own lib/ and re-mounts on rebuild