Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 2.18 KB

File metadata and controls

69 lines (50 loc) · 2.18 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.3.0] - 2025-01-06

Added

  • Support for Google Gemini 2.5 Flash Preview AI model
  • Gemini-specific error handling and messages
  • Integration tests for Gemini API

Changed

  • Updated provider selection in setup and config commands to be dynamic
  • Enhanced error messages to be provider-specific

[0.2.2] - 2025-03-22

Fixed

  • Fixed API key storage in credential store when using config set command
  • Fixed commit message validation to properly handle different styles (conventional, minimal, simple, detailed)
  • Extended conventional commit scope pattern to allow dots in file names (e.g., index.js)
  • Improved AI prompts to consistently generate lowercase commit messages

Added

  • Enhanced detailed commit style to include multi-line messages with:
    • Concise summary line
    • Detailed bullet points explaining changes
    • Technical context and reasoning

[0.2.1] - 2024-12-19

Fixed

  • Improve Claude AI response handling for conventional commit messages
  • Make system prompts more explicit to ensure consistent output format
  • Fixed error when displaying repository status with no staged files
  • Improved error handling in repository status display

Changed

  • Update system prompts to be more strict and specific
  • Enhance commit message validation for Claude responses

[0.2.0] - 2024-12-15

Added

  • Support for multiple AI providers (OpenAI and Anthropic)
  • New commit message styles (minimal, conventional, simple)
  • Commit history analysis
  • Pattern detection for commit types and scopes
  • Secure API key storage with encryption

Changed

  • Improved error messages and validation
  • Enhanced diff formatting and preview
  • Better handling of commit message generation

Fixed

  • Various bug fixes and performance improvements

[0.1.1] - 2024-12-13

  • Remove debug logging output from API requests for cleaner user experience
  • Add commented debugging options for developers

[0.1.0] - 2024-12-12

  • Initial release