MashedPotato817/dsh-git-plugin2

dsh-git-plugin

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

AI Analysis

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

Package
dsh-git-plugin
Version
0.1.0
License
MIT
Last updated
Aug 13, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

配置

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