DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Branch Map — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
B

@local/branch-map

Branch Map

Session branch graph plugin: tree-based management of forked sessions + annotation documents for each branch + persistent layout (entirely self-developed rendering, zero external dependencies)

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:useful-money/Deepseek-Harness-branch-map-plugin#46611e7859bfe283673001519ce2dd039bc0bd15
READMECompatibilityVersions

Compatibility and provenance

Branch Map is published as @local/branch-map and currently resolves to version 1.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/31/2026

Versions

1.1.0stable
8/31/2026

Related plugins

Loading related plugins…

Latest
1.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/31/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in memory-context.

Memory Plugin@openviking/dsh-memory-pluginOpenViking memory and context bundle for DeepSeek HarnessContextdsh-contextA DeepSeek Harness plugin for context insight and management, with context dashboard and context command, for understanding how the context is made of, and how it evolves.Weknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Mnemondsh-mnemonComposable three-tier memory control plane for DeepSeek Harness: persistent runtime context, searchable project documents, pluggable long-term memory, guarded strategies, WebUI, and headless tools.

README

分支图谱插件(branch-map)

会话分支图谱:树形管理 fork 会话 + 每分支注解文档 + 布局持久化。 纯自研渲染(零第三方依赖、零 CDN、零构建步骤),静态双端包形态。

一条命令完成安装 + 激活,不再需要手工改 patch 文件、不再需要 mklink junction。

一、安装方法:

# 方式 A:git 仓库
dsh plugin --profile web add github:<你的用户名>/branch-map-plugin

二、卸载 / 禁用

dsh plugin --profile web remove @local/branch-map   # 从 bundles 与依赖里移除

三、架构

端文件职责
Hostlib/index.js工作区森林聚合(sessionQuery)、注解/布局文件读写(fs,.branchmap/*.yaml)、分支重命名(sessionTitle);经 webServer 前缀路由暴露 JSON-RPC:POST /branchmap/rpc(method: tree / revision / annotations.read / annotations.save / annotations.remove / session.rename / layout.read / layout.save / diag)
Clientlib/client.jsdsh.client 静态 bundle(window.__ModuleLoader__.load 工厂格式)注册 conversation.view 槽位条目;卡片树 + 连线 + 分叉点 + 拖拽/平移/缩放 + 状态过滤 + 编辑对话框 + 自动定位
Patch 层cordis.patch.ymlbundle 自带激活行(单行 insert 同时挂 host 行与 client 半区,client-modules 按 dsh.client 声明扫描进浏览器图谱)
  • 树结构不落盘:sessionQuery.listSessions() 按会话 cwd 实时聚合(多根森林)。
  • 数据文件:每个工作区一份 .branchmap/annotations.yaml(乐观锁 revision)与 .branchmap/layout.yaml(节点位置,拖拽自动保存);另有 .branchmap/diag.log。

四、使用

  1. 打开任意会话 → 顶部标签"分支图谱"。
  2. 卡片 = 一个工作区会话;连线边上的圆点 = 分叉点(#fork序号)。
  3. 拖拽卡片调整布局(自动保存);空白处拖拽平移;工具栏"重置布局 / 适应窗口 / 刷新"。
  4. "编辑"打开对话框:分支名称(同步到侧边栏/标题)、主要说明、状态、标签。
  5. 状态下拉过滤卡片;"跳转"在新会话打开该分支。

效果示意图