Skip to content

v0.1.0 初始发布

Latest

Choose a tag to compare

@MashedPotato817 MashedPotato817 released this 13 Aug 16:06
· 3 commits to main since this release

dsh-git-plugin v0.1.0 — 初始发布

给 DeepSeek Harness(DSH)的 Git 工作流插件,补齐 DSH 相比 Claude Code / Codex 缺失的「程序员手感」。

功能

  • 5 个斜杠命令:/status、/diff、/branch、/commit、/undo
  • 4 个只读工具:git-status、git-diff、git-log、git-show
  • preCommit 提交前钩子(config.preCommit)
  • 非 git 目录下自动发现并列出子目录仓库
  • 分支名校验、MAA 风格提交规范提示

安装(npm 已发布)

dsh plugin --profile web add dsh-git-plugin

测试

15 个自动化测试全绿,GitHub Actions CI 通过。