lonelymoon87/dsh-gitflow0

dsh-gitflow

DSH 的 Git 状态、差异对比、提交、分支管理及变更日志工具集

AI 分析

核心用途是赋予模型直接操作本地 Git 仓库的能力(如自动撰写规范提交信息、创建分支、对比差异)。适合需要智能体自主进行版本控制和代码提交的任务。

套件
dsh-gitflow
版本
0.1.1
授權
MIT
最近更新
2026年8月14日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lonelymoon87/dsh-gitflow

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.