Huasfan/dsh-tool-git1

dsh-tool-git

Git first-class tools (status/diff/log/add/commit) for DeepSeek Harness agents

AI Analysis

使 Agent 能够直接管理代码版本。适合需要 Agent 自动提交代码、生成 Commit 信息、查看代码差异或分析 Git 历史记录的软件开发场景。

Package
dsh-tool-git
Version
0.2.0
License
MIT
Last updated
Aug 14, 2026

Install

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

Configuration (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.