@dsh-electron/dsh-plugin-git
Portable Git repository service and DSH client experience
AI Analysis
核心用途是在 DSH 界面中直接提供 Git 仓库管理与可视化交互。适合需要在 Web 界面中直观查看和管理代码提交、分支等 Git 状态的开发者。需先安装 Details Host 插件。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:cherrchen/dsh-plugin-gitREADME
Read the full README ↗Configuration
| Field | Default | Meaning |
|---|---|---|
executable | git | Git executable name or absolute path resolved by ctx.subprocess. |
maxOutputBytes | 8 MiB | Per-stream collection cap for one Git command. |
graceMs | 3000 | Managed subprocess termination grace period. |