@mojiexuan/dsh-git
适用于 DeepSeek Harness Web UI 的 Git 源码控制侧边栏插件
AI 分析
核心用途是提供 Git 仓库初始化、暂存、提交、推送、分支管理及 AI 生成提交信息等功能。适合需要在 DSH Web 界面中直接进行版本控制的开发者。
安装
$
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