nieyunliang/dsh-git-component0

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、提交和推送代码的开发者。

パッケージ
dsh-git-component
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/16

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:nieyunliang/dsh-git-component

ドキュメント

README 全文を読む ↗

使用 / Usage

  1. 重启后打开 WebUI,右侧出现 Git 面板(右上角小分支图标可展开/收起)
  2. 面板显示当前仓库的三个分组与变更文件;点击文件看 diff
  3. 提交:填入信息后点「提交」或「提交并推送」(Ctrl/⌘+Enter 提交)
  4. 留空提交信息:点提交后自动生成 AI 提交信息并提交
  5. 「推送」按钮推送当前分支到上游