DeepSeek Harness plugin

dsh-git-panel

DSH web GUI git panel: local/remote branches with ahead/behind, one-click branch switch / pull / fetch, and a GitLens-style commit graph.

Jump to install

Source facts

Repository
a792883583/dsh-git-panel
Latest update
Aug 22, 2026
Category
Tools & Capabilities
GitHub stars
1
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/a792883583/dsh-git-panel
Plugin: dsh-git-panel
Author: a792883583

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer5 files
README.en.mdSource · read only
README language

dsh-git-panel

中文 · Español

A Git panel plugin for the DSH Web GUI: branch management (switch / pull / fetch / rename / delete / merge) plus a GitLens-style commit graph.

Features

  • Branch panel (right side of the chat):

- Local branches: current branch highlighted, ↑ahead / ↓behind against upstream, double-click to switch (double-click the current branch to pull) - Remote branches: double-click to check out (creates a local tracking branch automatically) - Right-click menu: rename / delete / merge into current branch (remote branches get delete-remote instead) - One-click pull of the current branch, fetch all (git fetch --all --prune)

  • Branch chip (above the input box): shows the current branch; click to open a local-branch list for quick switching
  • Git graph: commit DAG lanes, three-column header (Lanes / Commit / Branch), the commit column is resizable from both sides (width persisted), click a node for commit details; virtualized rendering — only the visible viewport is drawn, so large repositories scroll smoothly
  • Write bar (top of the panel, under the tabs):

- Commit: type a message and press Enter → git add -A && git commit -m - Push: one-click git push of the current branch - Stash / pop: git stash push (optional message) / git stash pop - Status: shows the number of changed files (git status --porcelain)

  • Changes + diff: uncommitted changed files are listed under the write bar (status code + path); click any file to view its full diff against HEAD — glance at what changed before committing
  • Graph commit actions: click a commit node in the graph to cherry-pick it onto the current branch or revert it (git revert --no-edit)
  • Multilingual: follows the DSH Web UI language (Chinese / English); Spanish browsers automatically get Spanish copy; defaults to Simplified Chinese
  • Follows the current session's working directory: re-binds automatically when switching project sessions
  • Light / dark theme follows the DSH Web GUI

Screenshots

Branch panel (local/remote branches, ahead/behind, double-click to switch, right-click menu):

![Branch panel](docs/branches.png)

Branch chip (quick branch switching above the input box):

![Branch chip](docs/chip.png)

Commit graph (resizable three-column layout, virtualized scrolling):

![Commit graph](docs/graph.png)

Installation

dsh plugin --profile web add dsh-git-panel

Restart dsh web, open a project session bound to a git repository, and the Git panel appears on the right side of the chat.

> For local development, install via a link instead: dsh plugin --profile web add link:/path/to/dsh-git-panel. After editing source, run npm run build and refresh the page to see changes.

Feedback

Found a bug or have a feature request? Open an issue on GitHub Issues — your feedback helps us make the plugin better.

License

MIT