AI Agent Hub
Back to plugins
dsh-git-branch-manage preview

dsh-git-branch-manage

Client Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install LongSir0419/dsh-git-branch-manage

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install LongSir0419/dsh-git-branch-manage in your terminal to install this plugin; the source code is available at https://github.com/LongSir0419/dsh-git-branch-manage

About this plugin

Jumping back and forth to a terminal just to check or manage Git branches breaks the flow of coding inside DeepSeek Harness. dsh-git-branch-manage places a branch badge right in the session header and the new-session hero page, so the current branch is always visible without leaving the conversation.

A left-click opens an IDEA-style branch tree: local branches are filtered to those active within the last seven days, and remote branches are listed alongside. A right-click gives quick access to switch, pull, fetch, and push. Creating a branch first fetches the latest remote state, then creates and switches with prefix suggestions; deletion is local-only, uses the safe -d flag, and is refused for the checked-out branch or any remote reference. Every action shows a loading spinner and a confirmation dialog for switches.

The plugin suits developers who work daily inside DSH, need to hop between branches often without switching windows, and prefer the familiar JetBrains-style interaction model.

Screenshots

Use Cases

  • Check the current branch without leaving the DSH conversation
  • Rapidly switch between multiple development branches without losing context
  • Create a new branch and jump straight into a coding session

Best For

  • Engineers doing daily development inside DeepSeek Harness
  • Developers who prefer the JetBrains IDE interaction style
  • Teams that manage and switch Git branches frequently