The commit writing Wizard Assistant
Project description
CommiZard
CommiZard — An interactive commit assistant, powered by AI! 🧙♂️ Generate, tweak, and copy commit messages with full control — right from a REPL.
Features
- REPL-style Interface — Stay in an interactive session. Generate multiple commit variations without restarting.
- Smart Generation — Creates commit messages directly from your
git diff. - Simple CLI — Familiar, intuitive commands. No learning curve.
- Flexible AI backends — Easily swap models. Online model support planned!
- Clipboard Magic — Instantly copy generated messages to your system
clipboard, ready to paste into
git commit. - Zero Daemons — No background processes, No Git hooks, no surprises.
- Absolute Control — Run it when you want, and you decide to commit, copy, tweak, or discard.
[!WARNING]
⚠️ Heads up! CommiZard is in early alpha. Not all features are complete or stable yet.
CommiZard is under active development — expect bugs, crashes, and missing functionality. Please open an issue if you encounter problems.
Many features are still missing, since this project was released as a Minimum Viable Product (MVP). Stay tuned for new improvements!
⚙️ Installation
Install via pip (from GitHub):
pip install git+https://github.com/Chungzter/CommiZard
Install from source:
git clone https://github.com/Chungzter/CommiZard
cd CommiZard
pip install .
Or build from source using PEP 517 (e.g., with build or hatchling):
git clone https://github.com/Chungzter/CommiZard
cd CommiZard
python -m build
# or: hatchling build
pip install dist/commizard-*-py3-none-any.whl
Usage
After installing CommiZard (See Installation), you can launch the interactive REPL in your Git repository:
commizard
Once launched, you’ll enter the interactive CommiZard terminal, where you can use the following commands:
Commands
| Command | Description |
|---|---|
list |
List all available Ollama models installed on your system. |
gen |
Generate a new commit message based on the current Git diff. |
cp |
Copy the generated output to your clipboard |
commit |
Directly commit the generated output |
exit or quit |
Exit the REPL session. |
Example Usage
This is one of the very first times the program helped a user (me 😄) write a meaningful commit message.
🧭 Alternatives & Similar Tools
When I started building CommiZard, I made sure to look around — and guess what?
CommiZard isn’t the only wizard in town! 😊
If you’re exploring AI-powered commit tools, here are some other great projects worth checking out:
- easycommit — written in Go, supports Ollama models out of the box.
- aicommit — Packed with features — including a handy VS Code extension.
- AICommit2 — The most complete FOSS option I've found
Why did I still follow through and build this?
Because I couldn’t find a tool that gave me both full user control and the little UX comforts I wanted.
So yeah — I built CommiZard for me… and maybe for you too 😉
Contributing
Contributions of all kinds are welcome.
If you’d like to get involved:
- Read the CONTRIBUTING.md guide for details on how to report bugs, suggest features, or open pull requests.
- Found a bug 🐞 or have an idea 💡? Open an issue and let’s discuss it!
- Starter-friendly tasks are listed in the Starter Tasks section. Check it out if you’re not ready to dive into core features yet.
Not sure where to start? Open an issue or comment “I’d like to help with this,” and we’ll figure it out together!
License
CommiZard is released under the MIT license.
Copyright (c) 2025 Chungzter
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file commizard-0.0.1a0.tar.gz.
File metadata
- Download URL: commizard-0.0.1a0.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
353e6963ab183512c1bec6b5197a73025b44a6b836991c803bdc04417fc91ddd
|
|
| MD5 |
576acc8124c7ed4841030853380e486f
|
|
| BLAKE2b-256 |
09549a2f39ae45f676a13a7fc65302f89adf4ab1e33d07b646b7ab23b22b73e6
|
File details
Details for the file commizard-0.0.1a0-py3-none-any.whl.
File metadata
- Download URL: commizard-0.0.1a0-py3-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2c81f3d8ef15db2748461fe54b2d70a6a56631272f23cb89166f14db57648b2
|
|
| MD5 |
e0cecedf315c4f28cf7f1cfe62fca144
|
|
| BLAKE2b-256 |
a897d311548e59701c22627eb73853d1b563b60befbb7441b97f64b57708f574
|