Skip to content

Commit 4064ab6

Browse files
Brian WestphalBrian Westphal
authored andcommitted
release: v1.1.0
1 parent c2e5d4d commit 4064ab6

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.0] - 2026-06-29
9+
10+
11+
### Features
12+
13+
- Added three zero-config, no-API-key AI providers — Codex, Gemini, and OpenCode — each using the tool's own CLI sign-in, alongside the existing `claude` CLI backend.
14+
- Added a configurable fallback provider (`--fallback-provider`, `--fallback-endpoint`, `--fallback-model`) that's tried when the primary provider errors out.
15+
- Empty release notes are now treated as suspect: when the AI returns `_No user-facing changes._` for a range that actually had commits, gitgist falls back to the deterministic Conventional-Commit changelog instead of trusting it silently.
16+
17+
### Bug Fixes
18+
19+
- Fixed the `claude` CLI provider passing gitgist's instructions as user input, which caused it to echo `_No user-facing changes._` instead of generating notes; the system prompt now rides the CLI's own system layer.
20+
- A fallback provider no longer inherits a `--model`/`--endpoint` that doesn't apply to it — those are only carried over when the fallback targets the same provider as the primary.
21+
22+
### Documentation
23+
24+
- The README now advertises the fallback/resilience behavior and includes a `--template` demo showing commits shaped to a fixed house-style layout.
25+
826
## [1.0.0] - 2026-06-19
927

1028

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitgist",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Generate release notes and changelogs from a range of git commits (e.g. from a previous tag to HEAD).",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)