Wanbinyu/dsh-plugin-git-inspect ↗★ 1
dsh-plugin-git-inspect
Read-only Git inspection tools for DeepSeek Harness
AI Analysis
核心用途是让 Agent 安全地读取 Git 仓库状态。适合需要 AI 辅助分析代码历史、审查差异,但严禁 AI 擅自修改代码库的开发场景。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Wanbinyu/dsh-plugin-git-inspectREADME
Read the full README ↗配置项
所有限制必须是正整数,且 defaultLogCount 不能大于 maxLogCount。
| 配置项 | 默认值 | 作用 |
|---|---|---|
timeoutMs | 30000 | 传递给 Harness 工具的最长执行时间。 |
maxOutputBytes | 200000 | stdout 捕获上限。 |
stderrMaxBytes | 16384 | stderr 捕获上限。 |
graceMs | 1000 | Git 子进程终止时的宽限时间。 |
defaultLogCount | 20 | 未传 git_log.maxCount 时的提交数量。 |
maxLogCount | 100 | git_log.maxCount 的最大值。 |