lonelymoon87/dsh-gitflow0

dsh-gitflow

Git status, diff, commit, branch, and optional Change Ledger tools for DeepSeek Harness.

AI Analysis

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

Package
dsh-gitflow
Version
0.1.1
License
MIT
Last updated
Aug 14, 2026

Install

$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.