KHG420/git-worktree

插件 ⭐ 2 codingtoolsweb-ui

DeepSeek Harness 插件:一键将每条对话绑定到独立的 git worktree 和分支,使并行代理可在同一仓库中工作而互不干扰——每个项目的 worktree 在侧边栏工作区树中自动管理,并由 9 个 git 工具提供支持。

catalog 简介:DeepSeek Harness plugin: one click binds each conversation to its own isolated git worktree + branch, so parallel agents work on one repo without interference — every project's worktrees auto-managed in the sidebar workspace tree, backed by 9 git tools.

安装

~/projects/foo/                  ← 主工作树 / primary worktree (main)
├── .dsh-wt/
│   ├── feature-a/               ← 会话 A 绑定 / conversation A is bound here (branch feature-a)
│   └── bugfix-b/                ← 会话 B 绑定 / conversation B is bound here (branch bugfix-b)
└── (共享同一个 .git / one shared .git)

KHG420/git-worktree 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。