cherrchen/dsh-plugin-git0

@dsh-electron/dsh-plugin-git

便携式 Git 仓库服务与 DSH 客户端体验插件,提供仓库 UI 交互。

AI 分析

核心用途是在 DSH 界面中直接提供 Git 仓库管理与可视化交互。适合需要在 Web 界面中直观查看和管理代码提交、分支等 Git 状态的开发者。需先安装 Details Host 插件。

包名
@dsh-electron/dsh-plugin-git
版本
0.2.0
许可证
MIT
最近更新
2026年8月25日

安装

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

Configuration

FieldDefaultMeaning
executablegitGit executable name or absolute path resolved by ctx.subprocess.
maxOutputBytes8 MiBPer-stream collection cap for one Git command.
graceMs3000Managed subprocess termination grace period.