dsh-gitflow
DSH 的 Git 状态、差异对比、提交、分支管理及变更日志工具集
AI 分析
核心用途是赋予模型直接操作本地 Git 仓库的能力(如自动撰写规范提交信息、创建分支、对比差异)。适合需要智能体自主进行版本控制和代码提交的任务。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lonelymoon87/dsh-gitflow說明文件
閱讀完整 README ↗Configuration
- id: gitflow
name: dsh-gitflow
config:
timeoutMs: 30000
maxOutputBytes: 2097152
maxLogEntries: 100
conventionalCommits: true
autoCheckpoint: false
checkpointTools:
- write
- edit
- str_replace_editor
- git_commit
- git_branch
autoCheckpoint is disabled by default. Enabling it without a Change Ledger service does not pretend recovery exists; it leaves calls unchanged.