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.3.tar.gz (15.8 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.3-py3-none-any.whl (16.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: commit_bot-1.1.3.tar.gz
  • Upload date:
  • Size: 15.8 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.3.tar.gz
Algorithm Hash digest
SHA256 63ac3876b36c2049d19ccd2947cd52ea75e010d5c0ab0c2551306eb3eb70950a
MD5 0043b3862bbb14ece79e39d1545a7227
BLAKE2b-256 53aa84c0ca02f13cccff0c3531bde32432a6dda8a4522aeffc62cda09fded1fa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: commit_bot-1.1.3-py3-none-any.whl
  • Upload date:
  • Size: 16.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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 752a73c35bc5e0a6c4a52b3c0e4cb7c30c644ffb5dd06df6471c1b4aad2dc207
MD5 9a2ce065952098938bf865c8e39b25e9
BLAKE2b-256 7d4c932a9d17142786d55a2e811e842ec2b22af56104be99639187c902511e37

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