alpacachen/dsh-worktree 预览 preview

alpacachen/dsh-worktree

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

Project Overview项目介绍

This is a Git worktree plugin for DeepSeek Harness. It creates task branches, registers Git worktrees as DSH workspaces, opens isolated sessions, and manages existing worktrees. Use it when you need to develop multiple tasks in isolation within the same Git repository. Note deleting a worktree does not delete its Git branch, and it only supports DSH 0.1.5 web profile.

这是DeepSeek Harness的Git worktree插件,可创建任务分支,将Git工作树注册为DSH工作区并打开隔离会话,还支持管理已创建的工作树。适合需要在同一Git仓库内隔离开发多个任务的场景使用。注意删除工作树不会同步删除对应Git分支,仅兼容DSH 0.1.5版本web端。

Or use CLI install (for developers)或使用命令行安装(适合开发者)

CLI Install命令行安装

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

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

READMEREADME

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.

上一个 Prev commandcode-dash 下一个 Next dsh-llm-acp