Skip to content

v0.3.1 — Trust, but Verify

Latest

Choose a tag to compare

@Sephyi Sephyi released this 09 Mar 18:33
· 2 commits to main since this release
v0.3.1
3846c10

Stage your changes and run. CommitBee handles the rest — no configuration needed.

Defaults to Ollama with qwen3.5:4b out of the box.

What's New

  • Multi-pass corrective retry — Validator checks LLM output against 7 rules and retries up to 3 times with targeted correction instructions
  • Subject length enforcement — Rejects subjects exceeding 72-char first line with a clear error instead of silent truncation
  • Stronger prompt budget — Character limit embedded directly in JSON template, "HARD LIMIT" phrasing for better small-model compliance
  • Default model: qwen3.5:4b — Smaller (3.4GB), no thinking overhead, clean JSON output out of the box
  • Configurable thinking modethink config option for Ollama models that support reasoning separation
  • 182 tests — Up from 178 in v0.3.0

Install

cargo install commitbee

Getting Started

Stage your changes, then:

commitbee           # Interactive — review and confirm
commitbee --yes     # Auto-commit without prompting
commitbee --dry-run # Preview message only

Full Changelog

v0.3.0...v0.3.1