Skip to content

v0.1.2

Latest
Compare
Choose a tag to compare
@JayDoubleu JayDoubleu released this 01 Feb 13:13

PyComet v0.1.2

Initial release of PyComet CLI tool for AI-powered Git commit message generation.

Features

  • Smart commit message generation using AI models
  • Support for multiple AI providers (Anthropic Claude, OpenAI, Google Gemini, Azure)
  • Conventional commits format with emoji support
  • Interactive message editing
  • Configurable settings via YAML

Installation

# Install with UV (recommended)
uv tool install pycomet-cli

# Or with pip
pip install pycomet-cli

Documentation

See the README for full documentation.