mojiexuan/dsh-git1

@mojiexuan/dsh-git

Git source-control sidebar for the DeepSeek Harness web UI: repo init, staging, commit/push/pull, branch & remote management, AI-generated Conventional Commits messages, and a commit-history graph.

AI 分析

核心用途是提供 Git 仓库初始化、暂存、提交、推送、分支管理及 AI 生成提交信息等功能。适合需要在 DSH Web 界面中直接进行版本控制的开发者。

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

インストール

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

ドキュメント

README 全文を読む ↗

Configuration

Optional overrides in your profile cordis.patch.yml:

- id: git
  config:
    maxDiffChars: 4000     # cap on the diff text sent to the model (default 4000)
    maxLogEntries: 2000    # max commits per page for the history graph (default 2000; scroll to load more)
    provider: deepseek     # optional — pin the provider (defaults to the deployment model)
    model: deepseek-chat   # optional — pin the model
    reasoningEffort: off   # 'off' (default) disables thinking; 'high'/'max'/'default' passthrough