Skip to main content

A brief description of your project.

Project description

Commit Bot

Table of Contents

Description

Commit Bot is a command-line tool that uses Large Language Models (LLMs) to automatically generate git commit messages from your staged changes. It streamlines the commit process by providing well-formatted, context-aware messages, which you can then accept, edit, or regenerate on the fly.

Features

  • AI-Powered Commit Messages: Automatically generates descriptive commit messages from your code diffs.
  • Interactive Workflow: Allows you to accept, edit, regenerate, or change models before committing.
  • Multiple Backends: Supports both Ollama and VLLM for running local LLMs.
  • Configurable Models: Easily configure which model to use and its generation parameters.
  • Automatic Server Management: Can automatically start and stop the vLLM server to manage resources.

Installation

Prerequisites

  • Python 3.10
  • Git
  • Docker and Docker Compose (for the Ollama backend)

1. Backend Setup

You must have a model backend running. Choose one of the following:

Ollama Backend

  1. Start the Server: Use Docker Compose to launch the Ollama server.
    docker-compose up -d
    
  2. Pull Models: docker-compose will automatically execute pull_ollama_model.sh to download the default models.

VLLM Backend

For the VLLM backend, you must manually download model weights from Hugging Face. The application will automatically start and stop the VLLM server as needed.

  • where to put the model weights:
    • You can put the model weights in ./src/commit_bot/model_weights/
    • Or specify a different path in ~/.config/commit_bot/job.conf under the key vllm_model_weights_root_dir.
      • You can create this config file by copying src/commit_bot/conf/job.conf to ~/.config/commit_bot/job.conf and modifying it as needed.

(For more details on backend setup, see the README in src/commit_bot/conf/)

2. Install the Package

Clone the repository and use pip to install the package in editable mode.

git clone <repository-url>
cd commit-bot
pip install -e .

Usage

Once installed, simply run the commit-bot command in your git repository after staging your changes (git add .).

commit-bot

This will start an interactive session where the tool generates a commit message and prompts you for action:

  • (y)es: Accept the message and commit.
  • (n)o: Abort the commit.
  • (s)how: Show the staged diff and the generated message again.
  • (r)egenerate: Generate a new commit message.
  • (m)odel: Change the LLM used for generation.
  • (e)dit: Manually edit the commit message in your default text editor.

Configuration

The behavior of Commit Bot is controlled by two configuration files located in src/commit_bot/conf/:

  • job.conf: Defines runtime settings, such as the currently active model, server timeouts, and resource limits (e.g., GPU utilization for VLLM).
  • model.conf: Acts as a catalog for all available models, defining their connection details, backend type (Ollama, VLLM, or third-party), and default generation parameters.

For detailed information, please refer to the Readme.md inside the src/commit_bot/conf/ directory.

License

This project is licensed under the MIT License. See the LICENSE file for details.

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

commit_bot-1.1.6.tar.gz (19.9 kB view details)

Uploaded Source

Built Distribution

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

commit_bot-1.1.6-py3-none-any.whl (21.0 kB view details)

Uploaded Python 3

File details

Details for the file commit_bot-1.1.6.tar.gz.

File metadata

  • Download URL: commit_bot-1.1.6.tar.gz
  • Upload date:
  • Size: 19.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.18

File hashes

Hashes for commit_bot-1.1.6.tar.gz
Algorithm Hash digest
SHA256 a4cb16724791b3d1c39b871df156744c20faac21bd4dc0b1deebd20aaf6d8364
MD5 633929ae426e735bedd6086933058246
BLAKE2b-256 a3d4f6326d3add865d80d11d4852fea52af22bc2966a4e385265d4423bfea460

See more details on using hashes here.

File details

Details for the file commit_bot-1.1.6-py3-none-any.whl.

File metadata

  • Download URL: commit_bot-1.1.6-py3-none-any.whl
  • Upload date:
  • Size: 21.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.18

File hashes

Hashes for commit_bot-1.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 411d21d84d3ede3ef9411c9882f61f50d6ab5d5d2f093cb38c305c4d8ffddc85
MD5 f3971f93cafa2ef8425ee48291583a75
BLAKE2b-256 a0226c8583ab6981ce8babb30eea1c0ba9dece844457356c2cd610ea73e3c040

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