dsh-tool-git
Git first-class tools (status/diff/log/add/commit) for DeepSeek Harness agents
AI 분석
使 Agent 能够直接管理代码版本。适合需要 Agent 自动提交代码、生成 Commit 信息、查看代码差异或分析 Git 历史记录的软件开发场景。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Huasfan/dsh-tool-gitConfiguration (cordis.yml)
- id: git-tool
name: dsh-tool-git
config:
gitPath: git # git executable, default "git"
timeoutMs: 30000 # per-invocation timeout in ms, default 30000
Config is a Schemastery schema: invalid configuration fails loudly at load time with an actionable error.