Skip to content

Release v3.0.1

Choose a tag to compare

@github-actions github-actions released this 17 Jun 11:13
· 10 commits to main since this release
2f6d08c

Release v3.0.1

This release was automatically created from PR #120: fix: v3.0.1 — Gemma summary fallback

Changes

Summary

  • Fix commit generation failing with "No readable staged diffs" on models like Gemma
  • Stop caching low-quality summaries so bad model output is not reused
  • Add diff-based fallback summaries when the model returns generic or empty text
  • Use repo-relative paths for diffIndexWithHEAD
  • Bump version to 3.0.1

Why

Gemma (and similar models) often return generic summaries like "no changes". Those were cached before filtering, so every retry reused the same useless summary and commit generation failed even with valid staged diffs.

Test plan

  • pnpm run build
  • pnpm test (43 passing)
  • Manual test with Gemma — commit generation works
  • Merge with Release label to publish v3.0.1

Made with Cursor