MashedPotato817/dsh-git-plugin ↗★ 2
dsh-git-plugin
Git workflow plugin for DeepSeek Harness: slash commands and read-only git tools
AI Analysis
核心用途是赋予 DSH 智能体只读的 Git 仓库感知能力,并为用户提供便捷的 Git 斜杠命令。适合需要在对话中结合版本控制上下文的开发任务。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗配置
| 键 | 默认值 | 含义 |
|---|---|---|
maxBytes | 1048576 | 单次 git 调用 stdout 的上限字节数 |
stderrMaxBytes | 65536 | 单次 git 调用 stderr 的上限字节数 |
graceMs | 3000 | 子进程终止前的宽限毫秒数 |
timeoutMs | 30000 | 工具调用的协作超时毫秒数 |
preCommit | [] | 提交前要运行的 argv 命令(如 ["npm","test"]);非零退出则中止 /commit |