dsh-git-seam
Structured git tools for DeepSeek Harness agents: deterministic porcelain parsing (Chinese/UTF-8 paths, Windows) plus a diff-before-commit policy gate that refuses blind commits.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:qt-11564/dsh-git-seam说明文档
阅读完整 README ↗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