Skip to main content

The commit writing Wizard Assistant

Project description

CommiZard

CommiZard's banner Python version GitHub License

CommiZard is 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 alpha development. 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

There are several ways to install this tool. Here are the most common approaches:

  1. The easiest way to get started is with pip:
pip install commizard

[!TIP] Use pipx to install in an isolated environment and avoid dependency conflicts.

  1. If you want the latest development version (bleeding-edge), clone the repo and install in editable mode:
git clone https://github.com/Chungzter/CommiZard
cd CommiZard
pip install -e .

You can update anytime with:

git pull && pip install -e .
  1. You can also build from source yourself (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

You can also use -h or --help to see the available options.

Once launched, you’ll enter the interactive CommiZard terminal, where you can use the following commands:

Commands

Command Description
help Show all commands or details for a specific one.
start <model> select a particular model to generate for you.
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
cls or clear Clear the terminal screen
exit or quit Exit the REPL session.

Example Usage

CommiZard on 7323da1a1847908 during alpha dev

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

commizard-0.3.0.tar.gz (30.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

commizard-0.3.0-py3-none-any.whl (17.0 kB view details)

Uploaded Python 3

File details

Details for the file commizard-0.3.0.tar.gz.

File metadata

  • Download URL: commizard-0.3.0.tar.gz
  • Upload date:
  • Size: 30.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for commizard-0.3.0.tar.gz
Algorithm Hash digest
SHA256 3e851f24769d419375018bdfcaa62f44e52b0e8d0f7aab5ed264d52cd0335d8c
MD5 1153770e27818c53342e2cd0fee264d0
BLAKE2b-256 0248efe16824bcfb22be887ad43c4b77812ff3c75eaf9b4c07f14ed6b5fddcf3

See more details on using hashes here.

File details

Details for the file commizard-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: commizard-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 17.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for commizard-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1b836c480a614c49bdf47ca5738cdfb9eb0860dc250d7eda8bc6de1af1e9cde7
MD5 b3d58080288f2389a02c2c2e393710bb
BLAKE2b-256 9c83de29eb401de2db70cbb02b858bedbeacbc12017b9b73e3336efcadea916c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page