返回目录
开发工具 插件

dsh-worktree

alpacachen/dsh-worktree

A Git worktree plugin for DeepSeek Harness that creates task branches, registers worktrees as DSH Workspaces, and opens isolated sessions.

Stars
2
Forks
1
Issues
0
更新
7 天前

PROJECT TOPICS

项目标签

INSTALL REFERENCE

安装参考

未验证
dsh plugin --profile web add github:alpacachen/dsh-worktree

该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。

PROJECT README

README

dsh-worktree

A Git worktree plugin for DeepSeek Harness that creates task branches, registers worktrees as DSH Workspaces, and opens isolated sessions.

npm package: @alpacachen/dsh-simple-worktree

npm version DeepSeek Harness Plugin Awesome DSH Plugin License

Simplified Chinese · English

Create a worktree from a new DSH session

Features

  • Create a Git worktree from the new-session action in any Git Workspace.
  • Choose the current branch or the repository's main branch.
  • Register and open the new worktree as a DSH Workspace with an isolated session.
  • Create task branches as task/<name>.
  • Manage and remove linked worktrees from the Worktree Management settings page.
  • No additional service or project configuration.
  • Supports DSH themes, Chinese, and English.

Compatibility

Built against the DSH 0.1.5 client contract (0.1.5-rc.1 || 0.1.5-rc.2, web profile).

Usage

Install

dsh plugin --profile web add @alpacachen/dsh-simple-worktree

Restart dsh web after installation.

You can also install from GitHub with dsh plugin --profile web add github:alpacachen/dsh-worktree.

Create from a new session

  1. Open New Session in a Git Workspace.
  2. Choose Create worktree above the composer.
  3. Enter a task name. The repository's main branch is selected by default.
  4. Click Create and open.

Manage worktrees

Open Settings → Worktree Management to scan every Workspace for Git projects and linked worktrees, inspect their branch and dirty state, and remove worktrees that are no longer needed.

The worktree is created at:

project.worktrees/login-fix/
└── branch: task/login-fix

The new Workspace is named <parent>/<task>. Removing the worktree Workspace does not delete its Git branch.

CLASSIFICATION EVIDENCE

分类依据

项目类型插件
功能分类开发工具
规则置信度

系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: developer-tools、git、git-worktree。