0.0.6 • Published 10 months ago

@mbokinala/autocommit v0.0.6

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
10 months ago

autocommit

A small command-line utility to generate commit messages by passing the git diff to an LLM. No more "wip", "stuff", or "sdmcskdc" cluttering the commit log.

Installation

  1. Install with npm:
    npm install -g @mbokinala/autocommit
  2. Get an API key from OpenAI
  3. Set the API key using the config command:
    autocommit config set OPENAI_API_KEY your-api-key-here

Usage

git add <...>
autocommit

Alternatively, pass the -a flag to add all unstaged changes to the commit:

autocommit -a

Roadmap:

  • Add more LLM providers / model options
  • Better documentation
  • Customizable system prompt
  • Publish/distribute on npm/brew
  • Store API key / model preference in dedicated config file
  • Add tests
  • Proper config management in dotfile
0.0.5

10 months ago

0.0.6

10 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago