gord-dsh-worktree
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.
为 DeepSeek Harness 管理 git worktree:五个 agent 工具、在新会话行直接开一个工作树会话的选择器、查看未提交 diff 的侧栏标签页、取消归档或删除归档会话的面板,以及双击重命名。删除时拒绝未提交或未跟踪改动,主工作树永不删除。
How to install
dsh plugin add github:nightosong/gord-dsh-worktree About
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…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 2
- mo. downloads
- –
- Last push
- 2026-09-24
- Created
- 2026-09-21
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- agent-tools, deepseek-harness, dsh, dsh-plugin, git-worktree, plugin, worktree
Related plugins
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-git-graph
Git branch selector and Git graph for the dsh web GUI: switch branches and explore branch-lane and commit history from the conversation header.
dsh-web
zhu1090093659/dsh-web/tree/main/packages/dsh-git-graph
Git branch selector and Git graph for the dsh web GUI: switch branches and explore branch-lane and commit history from the conversation header.
dsh-github
PerryLink/dsh-github
Official-grade GitHub CI integration: a composite action.yml, a polling PR review bot with idempotent inline comments and a status-check gate, plus PR/issues tools with every write gated by human approval.
dsh-diff-approval
9087/dsh-diff-approval
Pending-change review for DeepSeek Harness: every `edit`, `write` and `str_replace_editor` change is collected automatically into the file list, where a single change block, the blocks within a selection, or the whole file can be kept or reverted, and undo/redo is supported. It imports the workspace's version-control changes, shows the diff in a single-column or side-by-side view, and provides a Markdown preview in which changes can also be kept or reverted, in-file search, block jumping and copyable line references; the diff data is stored persistently, so the review continues after a restart.