DevViking-Persike/dsh-git-graph0

dsh-git-graph

DSH 的 Git 提交图插件,在聊天输入框旁提供带有分支、引用和工作区管理的提交图视图。

AI 分析

核心用途是在 DSH 界面中直观展示和管理 Git 仓库历史。适合需要在对话过程中随时查看代码提交分支图、管理工作区的开发者。

包名
dsh-git-graph
版本
0.1.0
许可证
MIT
最近更新
2026年8月25日

安装

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

Configuration

Every field is optional.

FieldDefaultMeaning
limit300History depth for tools and the route default.
route/git-graphPath the browser half fetches.
- id: dsh-git-graph
  name: 'dsh-git-graph'
  config:
    limit: 500