AI Agent Hub
Back to plugins
🖥️

dsh-git

Client Updated 2026.08.29

Run the following command in DeepSeek Harness:

dsh plugin install ayumedaze/dsh-git

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

Run dsh plugin install ayumedaze/dsh-git in the DeepSeek Harness terminal to install; source code available at https://github.com/ayumedaze/dsh-git

About this plugin

Working inside DeepSeek Harness usually means dropping to the terminal whenever you want to check branches, diff files, or tidy up commits — there is no built-in visual repository browser. dsh-git packages a Fork-style Git GUI (Express backend plus browser frontend) into a single DSH plugin, turning graphical repo inspection into one click on the sidebar.

Click the Git button at the bottom of the sidebar and a floating panel opens with a full Git GUI embedded inside: paste a local repository path and you can browse branches, file trees, and commit history visually. Recently used repos are remembered automatically, so the next session picks up right where you left off. A "Open in new window" fallback hands off to the system browser on the desktop build for a full-viewport experience. The backend binds to 127.0.0.1 only, so the port is invisible to your local network without any extra configuration.

This plugin is a good fit for developers who live in DSH day-to-day and occasionally want a quick, visual glance at repository state without context-switching to a terminal or a separate IDE. All you need locally is Node.js 22 or later and git; after a DSH restart the sidebar button is ready to go, with no extra build step required.

Use Cases

  • Open branch and commit history of a local repo from the DSH sidebar
  • Browse file trees and commit diffs visually without switching to a terminal
  • Glance at repository state between coding sessions without leaving DSH

Best For

  • Developers who code in DSH daily and want a quick visual check of repo state
  • Programmers who prefer graphical Git operations over constant terminal commands
  • Engineers who need a lightweight repo browser without spinning up a full IDE