dsh-gitflow
Git status, diff, commit, branch, and optional Change Ledger tools for DeepSeek Harness.
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.