Huasfan/dsh-tool-git1

dsh-tool-git

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

AI 분석

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

패키지
dsh-tool-git
버전
0.2.0
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

$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.