DevViking-Persike/dsh-git-graph ↗★ 0
dsh-git-graph
DeepSeek Harness plugin: a Git commit-graph view with lanes, refs, and worktree management, beside the chat input
AI Analysis
核心用途是在 DSH 界面中直观展示和管理 Git 仓库历史。适合需要在对话过程中随时查看代码提交分支图、管理工作区的开发者。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:DevViking-Persike/dsh-git-graphREADME
Read the full 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