Sombrer0-1/dsh-git-dashboard0

dsh-git-dashboard

DSH Web 端的只读 Git 工作区仪表盘插件

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