- Home
- Plugin
- Git e code review
- dsh-git
L
dsh-git
lengmoxxl/dsh-git
A read-only git browser for the DeepSeek Harness Web GUI: a right-sidebar page with the session's working-tree changes and commit history, and the diff a click opens beside them. The host half reads the repository through ctx.fs and ctx.subprocess, so a r
Installazione
dsh plugin --profile web add github:lengmoxxl/dsh-gitREADME
dsh-git
A DSH plugin that adds a Git page to the right sidebar: the working tree's changes and the recent commits on one side, and the diff a click opens on the other — read-only, highlighted, side by side. The list stays where it is, so two diffs can be put beside each other.
English | 中文

| Two columns, wrapped | Two columns, unwrapped | One column |
|---|---|---|
![]() | ![]() | ![]() |
Install
Needs Node 22.19+ (or 24+) and the DSH CLI.
dsh plugin --profile web add @lengmoxxl/dsh-git
dsh --profile web
Requirements, permissions, and limits
- A
gitexecutable onPATH, and a Git working tree as the session's working directory. - Reads that repository through the Harness filesystem and runs
gitthrough the Harness subprocess: no network, no credentials, no other path. - Writes nothing — not the tree, not the index. Commands run with the DSH process's own privileges, and a large repository or diff takes time to gather and draw.
Release
From a clean main:
npm version patch -m "Cut %s" # or minor / major
npm publish
License
MIT
Plugin correlati
Z
dsh-web (dsh-git-graph)
zhu1090093659/dsh-web
7.9k5 ore faGit e code reviewApache-2.0
Z
dsh-web-ui (dsh-git-graph)
zhu1090093659/dsh-web-ui
6.3k26 giorni faGit e code reviewApache-2.0
A
codex-guard (dsh)
akimiya-z/codex-guard
1395 giorni faGit e code reviewMIT
L
dsh-file-review
left0ver/dsh-file-review
4110 giorni faGit e code reviewMIT


