Skip to content

Releases: anjerodev/commitollama

Release v3.0.1

17 Jun 11:13
2f6d08c

Choose a tag to compare

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

Release v3.0.0

17 Jun 10:23
3ca687c

Choose a tag to compare

Release v3.0.0

Manually triggered release from main.