dsh-git-panel
The session page has an extra "Git" page; on the left is a preview of the non-staged/staged changes, and on the right is a diff preview with a row-level action bar (staged/discarded).
会话页里多出一个 Git 页;左侧是未暂存 / 已暂存的改动,右侧是带行级操作条(暂存 / 丢弃)的 diff 预览。
How to install
dsh plugin add @fengbinmov/dsh-git-panel About
Dsh Git Panel DSH Web GUI 的 **Git 面板**插件:在会话界面的标签栏里,紧挨「对话 / 轨迹」再加一个 **Git** 页, 用来完成日常的查看改动、暂存、提交、看 diff、翻历史、切分支和推拉。 仓库:<https://github.com/fengbinmov/dsh-git-panel>(仓库根即 npm 包根)· npm:@fengbinmov/dsh-git-panel 形态:一个自包含的 DSH profile bundle —— 宿主半(exports ".")+ 浏览器半(exports "./client") 依赖:dsh >= 0.1.5-rc.1、Node ^22.19.0 || >=24.0.0、react ^18.2.0(peer) 边界:所有 Git 操作都由**界面触发**;插件不注册任何工具、不写 system prompt,模型可见面上看不到它 text ┌─ 会话页 ────────────────────────────────────────────────┐ │ 对话 │ 轨迹 │ Git ← conversation.view 槽位 │ ├─────────────────────────────────────────────────────────┤ │ 更改 │ 历史 ← 面板内部的两个标签页 │ …
Recommendation signals
Meta
- License
- MIT
- Language
- TypeScript
- GitHub stars
- 0
- mo. downloads
- 272
- Last push
- 2026-09-21
- Created
- 2026-09-16
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin, git-panel
Related plugins
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-git-graph
Git branch selector and Git graph for the dsh web GUI: switch branches and explore branch-lane and commit history from the conversation header.
dsh-web
zhu1090093659/dsh-web/tree/main/packages/dsh-git-graph
Git branch selector and Git graph for the dsh web GUI: switch branches and explore branch-lane and commit history from the conversation header.
DSH_VsCodeMode
Lenonss/DSH_VsCodeMode
VSCode-style editing experience for DeepSeek Harness: a Monaco-based central file editor (tabs, Ctrl+P quick open, status bar) and interactive diff review of agent edit/write results with per-change Keep/Undo, rollback and archiving, persisted across restarts.
dsh-github
PerryLink/dsh-github
Official-grade GitHub CI integration: a composite action.yml, a polling PR review bot with idempotent inline comments and a status-check gate, plus PR/issues tools with every write gated by human approval.