Skip to content

v2.4.0

Choose a tag to compare

@SaharAvr SaharAvr released this 30 Oct 14:59
· 19 commits to main since this release

[2.4.0] - 2025-10-30

Added

  • Automatic update checker that notifies users when a new version is available
  • Interactive prompt allowing users to update immediately or decline (similar to oh-my-zsh)
  • Remembers declined versions to avoid repeated prompts for the same version
  • Automatic provider fallback on rate limit errors - tries other configured providers automatically
  • Clear error messages that show actual git/AI errors instead of generic messages

Fixed

  • Improved error handling in git commit command to preserve and display actual error messages
  • SIGINT handling when user cancels with Ctrl+C - now exits gracefully without error message
  • Quote escaping in commit messages containing double quotes