Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

40 lines (27 loc) · 1.33 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.

[1.0.8] - 2024-03-26

Added

  • Initial release of AI Commit monorepo
  • CLI tool for generating commit messages
  • VS Code extension for seamless integration within the editor
  • Support for multiple AI providers (OpenAI, Anthropic, OpenRouter, Groq, and OpenAI-compatible)
  • LazyGit integration for streamlined Git operations

CLI Tool

  • Command to generate commit messages
  • Configuration options for AI provider, model, and other settings
  • Integration setup command for LazyGit

VS Code Extension

  • Command to generate commit messages directly from the Source Control view
  • Configuration options for AI provider, model, max tokens, and number of commit messages
  • Secure storage of API keys
  • Commands for updating and testing API keys

Core Functionality

  • Support for OpenAI, Anthropic, OpenRouter, Groq, and OpenAI-compatible providers
  • Customizable AI models and token limits
  • Generation of multiple commit message options

Documentation

  • README with installation and usage instructions for CLI and VS Code extension
  • Contribution guidelines and development setup instructions