Julyves/dsh-git-ui

Julyves★ 0TypeScriptLast synced: 2026-08-16

Open on GitHub

DeepSeek Harness (dsh) plugin: Git status pill in the session header — branch, dirty counts, ahead/behind, recent commits & changed files.

README excerpt

dsh-git-ui A DeepSeek Harness (dsh) plugin that visualizes Git status in the Web UI: current branch, HEAD, dirty-state counts (staged / modified / untracked), ahead/behind, recent commits, and changed files — right in the session header, no terminal needed. Read this in 简体中文. - 📦 npm : - 🐙 GitHub : - 🐛 Issues : Features - Branch pill in the session header (right-aligned, per-session): shows the current branch at a glance, with dirty-state and ahead/behind indicators: State Pill Clean ⎇ main Dirty ⎇ main · +2 −1 ?3 (staged / modified / untracked) Ahead / behind ⎇ main ↑1 ↓2 Detached HEAD ⎇ (detached) · a1b2c3d Unborn (no commits) ⎇ main · 无提交 Not a git repo Dimmed 无 Git 仓库 Git unavailable / error Dimmed Git 不可用 (reason in tooltip) - Detail popover (click the pill): repository root, count grid (staged / modified / untracked / ahead / behind), recent commits (hash · subject · author · relative time), changed-file list with status chips, manual refresh button, and last-checked time: - Always-fresh data, zero interaction : automatic fetch on session open, silent polling (host-configured interval, default 30s, no overlapping requests), immediate refresh when an agent turn completes (b…

View full README on GitHub →
Skins / UIai-agentdeepseek-harnessdshdsh-plugingitpluginweb-uiterminal

Category