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.4.tar.gz (19.6 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.4-py3-none-any.whl (20.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: commit_bot-1.1.4.tar.gz
  • Upload date:
  • Size: 19.6 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.4.tar.gz
Algorithm Hash digest
SHA256 0609de4f221fb6187e606102cd61ef3e7e3cfd05c3d560057fabb0946e297d43
MD5 31a1d54135f7dbc123748428288ddfe7
BLAKE2b-256 79450eeae3d379180626e37bd7a3ff1ddca235f4b0a940c306c56bfcd4807e42

See more details on using hashes here.

File details

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

File metadata

  • Download URL: commit_bot-1.1.4-py3-none-any.whl
  • Upload date:
  • Size: 20.9 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 52c057480c7524ca924a7f8780faba96cb879c95f8feebefba5d84e7c43de204
MD5 ce99990d4203fd80c4a3d86a2313d4fc
BLAKE2b-256 da2f13691488fdbf62e739af0564247a1d2899093809d8c496ee7efcf5c7e06f

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