MashedPotato817/dsh-git-plugin2

dsh-git-plugin

Git workflow plugin for DeepSeek Harness: slash commands and read-only git tools

AI 분석

核心用途是赋予 DSH 智能体只读的 Git 仓库感知能力,并为用户提供便捷的 Git 斜杠命令。适合需要在对话中结合版本控制上下文的开发任务。

패키지
dsh-git-plugin
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 13.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

配置

默认值含义
maxBytes1048576单次 git 调用 stdout 的上限字节数
stderrMaxBytes65536单次 git 调用 stderr 的上限字节数
graceMs3000子进程终止前的宽限毫秒数
timeoutMs30000工具调用的协作超时毫秒数
preCommit[]提交前要运行的 argv 命令(如 ["npm","test"]);非零退出则中止 /commit