dsh-knj-version-control
Version-control workbench for the DSH Web sidebar: local changes grouped by type, per-file and multi-file staging, preview-confirmed commit / update / push, and a failure dialog that shows the raw Git output instead of a four-second toast.
DSH Web 侧栏的版本控制工作台:改动按类型分组,支持单文件与多文件暂存,提交/拉取/推送均先预览再确认,失败时弹窗展示 Git 原始输出。
How to install
dsh plugin add dsh-knj-version-control About
dsh-knj-version-control KNJ 家族插件:在 DSH Web 右侧栏提供 **Version Control** 工作台(Git Local Changes / Commit / Update / Push / 切换分支,全部走预览确认的安全流程)。通过公共 dsh-better-sidebar.registerTab() API 集成,不导入也不修改 Better Sidebar 私有 UI/状态/Git 代码。 宿主兼容性 **Better Sidebar**:peerDependencies: { "dsh-better-sidebar": ">=0.15.2" },并标记为 **optional**。 实测 registerTab(descriptor: TabDescriptor): () => void 的签名与 TabDescriptor 字段在 **0.15.2 / 0.16.1 / 0.17.1 / 0.18.0** 间完全一致(0.19.1 仅新增可选字段 description),本插件只使用 id / title / icon / order / single / badge / component。 peer 标 optional 意味着:宿主缺少 Better Sidebar 或版本更低时,**安装不会被阻断**,插件运行时会自检…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-19
- Created
- 2026-09-19
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh, dsh-plugin, git, version-control
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.