Huasfan/dsh-tool-git1

dsh-tool-git

为 DSH 智能体提供原生 Git 工具集(支持 status、diff、log、add、commit 等操作)。

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.