@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 界面中直接进行版本控制的开发者。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:mojiexuan/dsh-gitConfiguration
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