qt-11564/dsh-git-seam0

dsh-git-seam

适用于DeepSeek Harness Agent的结构化Git工具

AI 分析

核心用途是为Agent提供确定性的Git操作工具,并引入“提交前必须Diff”的安全网关。适合需要授权Agent直接操作Git仓库并保障代码提交安全的用户。

包名
dsh-git-seam
版本
0.1.0
许可证
MIT
最近更新
2026年8月29日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:qt-11564/dsh-git-seam

Configuration

- id: git-seam
  name: dsh-git-seam   # or ./index.mjs when installed from a local checkout
  config:
    maxBytes: 32768              # output byte budget; truncation notice + spill path beyond it
    requireDiffBeforeCommit: true # the diff-before-commit gate (set false to disable)
    requireCommitApproval: true   # route git_commit through the approval service
    timeoutMs: 30000              # per-command timeout; longer commands are killed