Skip to content

Commit 3846c10

Browse files
committed
docs(readme): use release titles in changelog
1 parent aa05e27 commit 3846c10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,15 +213,15 @@ See [Testing Strategy](DOCS.md#testing-strategy) for the full breakdown.
213213

214214
## 🗺️ Changelog
215215

216-
### 🔬 `v0.3.1`Reliability (current)
216+
### 🔬 `v0.3.1`Trust, but Verify (current)
217217

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

224-
### 🚀 `v0.3.0`Differentiation
224+
### 🚀 `v0.3.0`Read Between the Lines
225225

226226
- **Diff-shape fingerprinting + Jaccard clustering** — Splitter groups files by change shape and content vocabulary, not just directory
227227
- **Evidence-based type inference** — Constraint rules from code analysis drive commit type selection (bug evidence → fix, mechanical → style, dependency-only → chore)
@@ -234,7 +234,7 @@ See [Testing Strategy](DOCS.md#testing-strategy) for the full breakdown.
234234
- **Parallel tree-sitter parsing** — rayon for CPU-bound parsing, tokio JoinSet for concurrent git fetching
235235
- **Anti-hallucination prompt engineering** — EVIDENCE/CONSTRAINTS sections, negative examples, anti-copy rules
236236

237-
### `v0.2.0`Polish & Providers
237+
### `v0.2.0`Commit, Don't Think
238238

239239
- **Cloud providers** — OpenAI-compatible and Anthropic streaming support
240240
- **Commit splitting** — Automatic detection and splitting of multi-concern staged changes

0 commit comments

Comments
 (0)