lonelymoon87/dsh-gitflow0

dsh-gitflow

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

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.