nieyunliang/dsh-git-component ↗★ 0
dsh-git-component
Git panel for the DeepSeek Harness Web GUI — floating right-side panel showing working-tree changes, inline diff viewer, commit & push, AI commit-message autofill.
AI 分析
核心用途是在 DSH 界面中直接进行 Git 版本控制。适合需要在对话和代码生成过程中快速查看 diff、提交和推送代码的开发者。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:nieyunliang/dsh-git-componentドキュメント
README 全文を読む ↗使用 / Usage
- 重启后打开 WebUI,右侧出现 Git 面板(右上角小分支图标可展开/收起)
- 面板显示当前仓库的三个分组与变更文件;点击文件看 diff
- 提交:填入信息后点「提交」或「提交并推送」(Ctrl/⌘+Enter 提交)
- 留空提交信息:点提交后自动生成 AI 提交信息并提交
- 「推送」按钮推送当前分支到上游