Sombrer0-1/dsh-git-dashboard0

dsh-git-dashboard

Read-only Git workspace dashboard for the dsh web profile (out-of-tree bundle)

包名
dsh-git-dashboard
版本
0.1.0
许可证
MIT
最近更新
2026年8月19日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Sombrer0-1/dsh-git-dashboard

配置

cordis.patch.yml 默认值(可在 profile 覆盖同名插件 config):

字段默认含义
commandgitGit 可执行文件
timeoutMs2000单次 git 命令超时
maxStatusBytes1048576git status stdout 上限
maxNumstatBytes524288numstat stdout 上限
maxFiles100列表最多文件数
maxBranches100分支列表上限
maxDiffBytes262144单文件 diff 预览字节上限
maxDiffChangedLines500单文件预览变更行(增+删)上限