gord-dsh-worktree
为 DeepSeek Harness 管理 git worktree:五个 agent 工具、在新会话行直接开一个工作树会话的选择器、查看未提交 diff 的侧栏标签页、取消归档或删除归档会话的面板,以及双击重命名。删除时拒绝未提交或未跟踪改动,主工作树永不删除。
Git worktrees for DeepSeek Harness: five agent tools, a New Session picker that starts a session inside one, a sidebar tab for the uncommitted diff, a panel that unarchives or deletes archived sessions, and double-click rename. Removal refuses uncommitted or untracked changes and never removes the main worktree.
怎么安装
dsh plugin add github:nightosong/gord-dsh-worktree 简介
gord-dsh-worktree Git worktree management for DeepSeek Harness — isolate parallel work in its own directory and branch. 中文说明 Features 1. **Create worktrees** — an isolated checkout and branch in one atomic command, from the agent (worktree_list, worktree_create, worktree_status, worktree_remove, worktree_prune) or from *Settings → Worktrees*. 2. **Start a session in a worktree** — the New Session row carries a working-location picker: stay in the current worktree, or create a fresh one and open the session inside it. 3. **Review changes** — the right sidebar's *Changes* tab shows the uncommitt…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 2
- 月下载
- –
- 最近更新
- 2026-09-24
- 创建于
- 2026-09-21
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- agent-tools, deepseek-harness, dsh, dsh-plugin, git-worktree, plugin, worktree
同类推荐
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-git-graph
输入框上方提供 Git 分支选择器,并把分支泳道与提交历史画成图谱,沿着时间线找到任意变更。
dsh-web
zhu1090093659/dsh-web/tree/main/packages/dsh-git-graph
输入框上方提供 Git 分支选择器,并把分支泳道与提交历史画成图谱,沿着时间线找到任意变更。
dsh-github
PerryLink/dsh-github
官方级 GitHub CI 集成:composite action.yml、轮询 PR 评审机器人(幂等行内评论 + status-check 门禁)以及 PR/issue 工具,所有写入走人工审批门。
dsh-diff-approval
9087/dsh-diff-approval
DeepSeek Harness 的待处理改动审查:每次 edit/write/str_replace_editor 改动都会自动汇总到文件列表,可对单个差异块、选区内的多块或整个文件执行保留/回退,支持撤销重做。还能导入工作区的版本控制改动,以单栏或左右对照视图展示差异,并提供亦能保留/回退差异的 Markdown 预览、文件内搜索、差异块跳转与可复制的行号引用;差异数据持久化存储,重启后可继续审查。