mojiexuan/dsh-git1

@mojiexuan/dsh-git

适用于 DeepSeek Harness Web UI 的 Git 源码控制侧边栏插件

AI 分析

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

包名
@mojiexuan/dsh-git
版本
0.2.0
许可证
MIT
最近更新
2026年8月16日

安装

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

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