dsh-git-vcs
A right-sidebar Git panel in the IDEA style — local changes with per-file checkbox commits, a commit tree with per-commit details, branch, remote and stash management, push with a credential fallback, all driven by the plain git CLI.
右侧栏的 IDEA 风格 Git 面板:本地变更与按文件勾选提交、提交树与提交详情、分支 / 远程 / 贮藏管理、带凭据兜底的推送,以及 git 命令流水,全部通过原生 git CLI 执行。
How to install
dsh plugin add dsh-git-vcs About
dsh-git-vcs DSH Web GUI 的 **Git 版本管理插件**:在右侧栏新增「版本管理」页,功能与界面参照 IntelliJ IDEA 的 Version Control 工具窗(Alt+9)与 Commit 工具窗(Alt+0)——本地变更与勾选提交、提交树与提交详情、 分支 / 远程 / 贮藏管理、git 命令流水。 版本与兼容性 | 项目 | 值 | |------|-----| | 插件版本 | **0.1.1**(package.json 的 version,已发布到 npm:dsh-git-vcs) | | 仓库 / Release | <https://github.com/TiChuXiXi/dsh-git-vcs>(tag v0.1.1) | | npm 包名 / 插件行 id | dsh-git-vcs / git-vcs | | 兼容的 DeepSeek Harness | **@deepseek-ai/dsh ≥ 0.1.5-rc.1**(写在 package.json 的 dsh.engines.dsh;开发与验证版本就是 0.1.5-rc.1) | | 依赖的官方插件 | @deepseek-ai/dsh-client-ui-sidebar-right(客户端半区 dsh.client.inject 声明;随 web-app 分发,本机…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-16
- Created
- 2026-09-14
Links
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
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.