Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 2.13 KB

File metadata and controls

23 lines (19 loc) · 2.13 KB

Changelog

Added

  • CONTRIBUTING.md Guide & README Update (7761a1f) - Its4Nik - Fri Jun 13 2025
    • Adds a comprehensive CONTRIBUTING.md guide and updates the README with contributing information. Includes setup instructions, adding new AI providers, development workflow, commit guidelines, testing, and reporting issues. README.md points to the CONTRIBUTING.md for more detailed instructions.

Changed

  • Google Gemini Supported Models (438aa97) - ItsNik - Fri Jun 13 2025
    • Updated the list of supported models for Google Gemini.
  • Biome Config Update (438aa97) - ItsNik - Fri Jun 13 2025
    • Updated the Biome config to enable VCS.
  • Package Name Update in README (5bc643f) - Its4Nik - Fri Jun 13 2025
    • Updates the package name in the README to reflect the new org @its_4_nik.
  • Expose Compiled CLI as Executable (9b0605a, 2dd06bd) - Its4Nik - Fri Jun 13 2025
    • Configures the compiled CLI script to be accessible as an executable command by adding the bin entry to package.json. Users can now directly run the gitai command after installation.

Fixed

  • Google Gemini Provider Code Formatting (068cecb, 0d62025) - Its4Nik - Fri Jun 13 2025
    • Reformats the Google Gemini provider code for better readability and consistency.

Removed

  • dist directory (438aa97) - ItsNik - Fri Jun 13 2025
    • Deleted the dist directory.