Sombrer0-1/dsh-git-dashboard0

dsh-git-dashboard

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

AI 분석

在 DSH 中提供只读的 Git 工作区状态面板,支持查看分支、状态、文件列表及 diff 预览。适合需要在 DSH 界面中快速查看本地代码仓库 Git 状态的开发者。

패키지
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单文件预览变更行(增+删)上限