Skip to content

Releases: CommitBrief/commitbrief

v1.6.0

13 Jun 05:50

Choose a tag to compare

Changelog

  • 59a5864 Add summary command for explaining changes in plain language
  • 538de0b Add summary command for plain-language change digest
  • 588bc7d Change commit's staged-file list presentation
  • 1700aa7 Update AI output language handling and validation

v1.5.0

02 Jun 03:22

Choose a tag to compare

Changelog

  • d4654a1 Add commit command for generating commit message and committing
  • 357d292 Add commit command for generating commit messages and committing
  • 23e7a41 Change default behavior of remote pr to 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

30 May 06:32
ee7f476

Choose a tag to compare

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

29 May 17:27
5b39063

Choose a tag to compare

Changelog

  • e630465 Add Goodhart protection for held-out slice, separate scorecards by slice
  • 673e074 Add --show-prompt flag and guard.token_preflight config
  • 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=dumb and 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

29 May 09:11
390e81a

Choose a tag to compare

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-post mode to remote pr for local review without GitHub writes
  • e8e79e5 Add size-bounded cache eviction and new cache subcommands
  • b949a40 Add support for --with-context flag for CLI-backed providers
  • 73731aa Add support for customizing default commitbrief command
  • 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

29 May 05:31
f5aacfc

Choose a tag to compare

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 #commitbrief in 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

28 May 21:32

Choose a tag to compare

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-action and 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

v1.1.0

28 May 19:09

Choose a tag to compare

Changelog

  • 1ee8118 Add new 'remote' command and related functionality for GitHub PR review
  • 7be87fe Add new files for GitHub operations and review handling
  • 4656bcc Add terminal-driven GitHub PR review with new package and keys

v1.0.0

28 May 18:08

Choose a tag to compare

Changelog

  • 6a8245d Add GitHub funding configuration
  • c480cd5 Add image to README for enhanced explanation
  • b0ca1d8 Update version to 1.0.0 and add new cache management commands
  • 59fb01e Wrap plain text content with top and bottom separators in emitPlainText

v1.0.0-rc.1

27 May 18:33

Choose a tag to compare

v1.0.0-rc.1 Pre-release
Pre-release

Changelog

  • 370dd2e Add 'check' target to Makefile for comprehensive CI checks
  • 6ac7c8f Add make check target, remove Diff.IsMerge, fix SHA-256 digests
  • 62fa2c5 Add v1.0 migration guide and benchmarks snapshot
  • 3480519 Run gosec with documented exclusion set