MCPcopy Index your code
hub / github.com/benwr/gwipt

github.com/benwr/gwipt @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
15 symbols 23 edges 1 files 0 documented · 0%

Browse by type

Functions 11 Types & classes 4
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

gwipt

Automatic work-in-progress commits with descriptive commit messages generated by LLMs.

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-4o. 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

Core symbols most depended-on inside this repo

Shape

Function 9
Enum 3
Method 2
Class 1

Languages

Rust100%

Modules by API surface

src/main.rs15 symbols

For agents

$ claude mcp add gwipt \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page