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/08/14

インストール

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

ドキュメント

README 全文を読む ↗

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.