dsh-task-worktree
完整的任务级 git worktree:per-repo manifest 永久保存、分支名即路径(支持斜杠如 refactor/logging)、带回主目录或直接提交两种收尾、可携带主工作区未提交改动。
Complete task-scoped git worktrees for DSH: per-repo manifest for durable state, branch-and-path names (slashes allowed, e.g. refactor/logging), bring-back to main or direct commit, optional carry-over of uncommitted main changes.
怎么安装
dsh plugin add dsh-task-worktree 简介
dsh-task-worktree English | 中文 **Complete Git worktree support for DeepSeek Harness.** A community plugin that gives DSH the **task-scoped worktree workflow** of Qoder / Codex / Claude Code: each task gets its own isolated git worktree checkout on its own branch, recorded in a per-repo manifest so it **survives sessions and restarts**. The main workspace stays untouched; the worktree is registered as a DSH workspace so you can open it from the GUI and work there, then **bring the changes back** (Move to local) or **commit directly** on the worktree branch — always under explicit human control.…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 1
- 月下载
- –
- 最近更新
- 2026-08-20
- 创建于
- 2026-08-18
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- dsh-plugin
同类推荐
dsh-github
PerryLink/dsh-github
官方级 GitHub CI 集成:composite action.yml、轮询 PR 评审机器人(幂等行内评论 + status-check 门禁)以及 PR/issue 工具,所有写入走人工审批门。
dsh-plugin-git-workflow
truelove-dreamer/dsh-plugin-git-workflow
一等公民的 Git 工具:status / diff / log / commit / branch,参数与路径校验、零 shell 调用,杜绝注入。
dsh-git-worktree
LaoYueHanNi/dsh-git-worktree
在 Web 输入框切换分支、以真实工作区方式创建隔离的 git worktree。
dsh-git-status
Wongzexu/dsh-git-status
专精于 Git 分支与状态处理:Web 右缘 Git 状态浮窗,commit DAG 泳道图、未提交改动与 stash、行内 diff,右键分支/tag 切换、合并、重命名、删除、新建,一键拉取全部远程。