Releases: CommitBrief/commitbrief
Releases · CommitBrief/commitbrief
v1.6.0
v1.5.0
Changelog
- d4654a1 Add
commitcommand for generating commit message and committing - 357d292 Add
commitcommand for generating commit messages and committing - 23e7a41 Change default behavior of
remote prto not request changes by default - ec5dc96 Change interactive prompts to arrow-key toggles
- 6105b3b Update README image dimensions to 1252x672
- bb05ff8 Update version flag handling and logo printing logic in CLI
v1.4.1
Changelog
- ddd122e Add GPT-5 family models to OpenAI provider, update default model
- 14b281c Bump version to 1.4.1 and update setup process
- 9e597bb Improve API key prompt for reconfiguring provider to keep existing key
- 7e1b9c9 Update Gemini models to 3.x family and support
gemini-3.5-flash. - c3ea9b2 Update default Anthropic model to
claude-opus-4-8& related configs
v1.4.0
Changelog
- e630465 Add Goodhart protection for held-out slice, separate scorecards by slice
- 673e074 Add
--show-promptflag andguard.token_preflightconfig - adb6126 Add review-quality eval harness, diagnostic functionality, specific exception handling, findings for data race and hardcoded secret, mutable default arg, nil deref, off-by-one loop, panic-on-bad-input, error handling in ParsePort and Save functions, mock data for SQLi and SSRF vulns, defer resp.Body.Close() in fetch.go, wg.Add(1) in RunAll function, mock_response.json with XSS innerHTML
- bb18e96 Fix progress spinner flooding and add live elapsed-time counter
- d26990f Fix progress spinner on
TERM=dumband refine HTTP code matching - 0885caf Update CommitBrief local config and cache paths
- 2bf4591 Update corpus composition counts and add error handling function
- 080cbc2 Update version to 1.4.0 and add --show-prompt option in man pages
v1.3.0
Changelog
- 0482e52 Add --with-context flag for context mode (ADR-0017) in CLI providers
- 3af644b Add --with-context validation for CLI providers (ADR-0017)
- e72e6ae Add Codex CLI provider for structured findings
- 1346d5d Add SPDX-header check to CI and Makefile, update version in CHANGELOG
- 09a9a0b Add
--no-postmode toremote prfor local review without GitHub writes - e8e79e5 Add size-bounded cache eviction and new cache subcommands
- b949a40 Add support for
--with-contextflag for CLI-backed providers - 73731aa Add support for customizing default
commitbriefcommand - 4b7fd36 Add test for BackendReviewContextOptionsPlumbing
- c6462bf Add warning message for --with-context flag in CLI review process
- 2bacf84 Refactor prompt argument building for CLI providers
- a1e0c88 Update BuildPlainText to include context instruction handling
- 2d5afed Update CONTRIBUTING.md with new dependency guidelines and checklist
v1.2.1
Changelog
- a43822d Add HeaderLine, StatusLine, and FooterLine for consistent review output
- cfea2b3 Add staged-tree progress display to remote PR pipeline
- 4cf08ce Fix line-numbered diffs for accurate finding locations
- eddf110 Improve staged-tree progress for 'remote pr', 'compress', 'providers test'.
- 978671f Lowercase signature to
by #commitbriefin comment and test functions - 73ca3cb Prefix remediation lines with
💡for GitHub comments - ead923e Update startup banner and footer links to Issues page, change license to "GNU GPL v3".
v1.2.0
Changelog
- bbdeb0a Add --min-severity flag for display filter
- 10b5483 Add --suggest-commit flag for Conventional Commit message suggestion
- eac3a4a Add CI integration with
commitbrief-actionand 3 new providers - c56bffa Add DeepSeek, Mistral, Cohere providers with API key support
- f69ec6b Add default commit message for FreeForm request
- abc4d04 Add per-model pricing override functionality and resolvePricing function
- 7a0ee0a Fix base repo slug derivation from PR URL, update related functions
- 5a20b28 Update version to 1.2.0 in CHANGELOG.md