# dsh-worktree-panel
English | 简体中文
A Git worktree and branch-management panel for the [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) Web GUI. It extends the official workspace/session sidebar with a **project → main working tree / branch worktree → session** hierarchy while preserving the original workspace interactions. --- ## Usage ### Install ```sh dsh plugin --profile web add dsh-worktree-panel ``` Restart `dsh web` after installation. The worktree hierarchy will then appear in the workspace sidebar. Install a specific version: ```sh dsh plugin --profile web add dsh-worktree-panel@0.1.6 ``` ### Upgrade ```sh dsh plugin --profile web add dsh-worktree-panel@