DevViking-Persike/dsh-git-graph ↗★ 0
dsh-git-graph
DSH 的 Git 提交图插件,在聊天输入框旁提供带有分支、引用和工作区管理的提交图视图。
AI 分析
核心用途是在 DSH 界面中直观展示和管理 Git 仓库历史。适合需要在对话过程中随时查看代码提交分支图、管理工作区的开发者。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:DevViking-Persike/dsh-git-graph說明文件
閱讀完整 README ↗Configuration
Every field is optional.
| Field | Default | Meaning |
|---|---|---|
limit | 300 | History depth for tools and the route default. |
route | /git-graph | Path the browser half fetches. |
- id: dsh-git-graph
name: 'dsh-git-graph'
config:
limit: 500