acm-cli 0.2.1

A dead-simple AI-powered CLI tool for effortlessly crafting meaningful Git commit messages.
acm-cli-0.2.1 is not a library.

AI Commit Message acm

A dead-simple AI-powered CLI tool for effortlessly crafting meaningful Git commit messages.

Demo

Features

Installation

Before installing acm, please make sure you have git installed on your system.

Cargo

To install acm globally using Cargo, run the following command:

cargo install --locked acm-cli

When you run the tool for the first time, it will prompt you for some information, including the API Base URL, API Key, and Model Name. You can leave the other fields as default.

Usage

To generate a commit message and commit your changes, simply use acm as a replacement for git commit:

# Stage your changes
git add <files...>

# Generate a commit message and commit your changes
acm

License

acm is licensed under the Apache License 2.0