Sttrevens/dsh-linked-folders0

@steven-wu/dsh-linked-folders

DeepSeek Harness 插件,提供多文件夹工作区管理,支持跨会话的全局链接文件夹列表及会话内即时链接,可直接在 Web 侧边栏管理。

AI 分析

核心用途是打破单工作区限制,实现多目录关联。适合需要同时操作多个本地项目目录、进行跨库代码阅读或重构的复杂开发任务。

套件
@steven-wu/dsh-linked-folders
版本
0.1.0-rc.1
授權
MIT
最近更新
2026年8月16日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Sttrevens/dsh-linked-folders

Configuration

State lives in ~/.dsh/linked-folders.json:

{
  "global": ["/Users/you/projects/app", "/Users/you/projects/lib"],
  "sessions": { "session-abc…": ["/tmp/scratch"] }
}

Override the path with the DSH_LINKED_FOLDERS env var or the bundle row's config.path. Linked folders are canonicalized to real paths and must be existing directories.