Skip to content

v2.3.1

Choose a tag to compare

@SaharAvr SaharAvr released this 30 Oct 13:18
· 25 commits to main since this release

[2.3.1] - 2025-10-30

Fixed

  • Critical error handling issue where AI call or git commit failures would exit with code 0 instead of code 1
  • This caused subsequent commands in chains (e.g., git add . && git commitai -y && git push) to execute even when git-commitai failed
  • Now properly exits with error code 1 and displays clear error messages prefixed with "git-commitai:" when failures occur