#commit-message #automatic #gpt-3 #branch #generated #openai #key

app gwipt

Automatic work-in-progress commits with descriptive commit messages generated by GPT-3 Codex

11 releases (4 breaking)

0.4.0 Jan 7, 2023
0.3.5 Jan 7, 2023
0.2.0 Jan 2, 2023
0.1.1 Jan 1, 2023
0.0.1 Dec 31, 2022

#19 in #gpt-3

Apache-2.0 OR CC0-1.0

24KB
369 lines

gwipt

Automatic work-in-progress commits with descriptive commit messages generated by GPT-3 Codex

Never again worry about the tension between "commit early, commit often" and "every commit needs a commit message". All you need is an OpenAI API key, and gwipt will track every single change in your working directory, on a parallel wip/ branch.

Usage

Make sure the environment variable OPENAI_API_KEY is set to your personal API key. Then, cd into the repository, and...

gwipt

Boom! As long as the program is running, every change you make in the working tree is now saved, with a descriptive commit message that will be printed to stdout. Say you're on branch A; then all your changes (including untracked files) will be automatically committed to wip/A, and you can explore them whenever you want.

You can see a few testing examples in the wip/main branch of this repository. Every commit there that starts with wip: was generated by GPT-3. This is new and untested software, but I'm pleased enough with the results that I'm already using it for my personal projects.

Installation

cargo install gwipt

Dependencies

~20–36MB
~597K SLoC