Wanbinyu/dsh-plugin-git-inspect1

dsh-plugin-git-inspect

Read-only Git inspection tools for DeepSeek Harness

AI 分析

核心用途是让 Agent 安全地读取 Git 仓库状态。适合需要 AI 辅助分析代码历史、审查差异,但严禁 AI 擅自修改代码库的开发场景。

パッケージ
dsh-plugin-git-inspect
バージョン
0.2.0
ライセンス
MIT
最終更新
2026/08/16

インストール

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

ドキュメント

README 全文を読む ↗

配置项

所有限制必须是正整数,且 defaultLogCount 不能大于 maxLogCount

配置项默认值作用
timeoutMs30000传递给 Harness 工具的最长执行时间。
maxOutputBytes200000stdout 捕获上限。
stderrMaxBytes16384stderr 捕获上限。
graceMs1000Git 子进程终止时的宽限时间。
defaultLogCount20未传 git_log.maxCount 时的提交数量。
maxLogCount100git_log.maxCount 的最大值。