Skip to content

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 21:04
3dd9dc4

4.0.0 (2026-08-10)

⚠ BREAKING CHANGES

  • git: createGitClient is now async and returns a tsgit Repository handle instead of a { run(args) } shell wrapper. buildDiffPathspecs, buildDiffShapingGitArgs, and parseDiffSummary are removed in favor of buildPathFilterPredicate, direct renderer options, and buildFileSummary/mergeFileSummariesByPath/summarizeFiles. Node engine requirement bumped to >=22.22.1 (tsgit's actual minimum).

Features

  • git: replace dugite with tsgit, own the unified-diff rendering (#64) (bc538a3)