Skip to main content

Automatic GitHub commit bot that logs developer activity.

Project description

🚀 AutoCommitBot (v1.1.6)

Python Version License GitHub activity

Maintain a professional GitHub presence with AI-powered automation and built-in security.

AutoCommitBot is an intelligent, cross-platform CLI tool designed for developers who want to maintain a consistent contribution history without the manual overhead. It monitors your local repositories, generates meaningful commit messages using Google's Gemini AI, and manages the full Git lifecycle automatically.


🖥️ Preview

AutoCommitBot CLI


🌟 Why AutoCommitBot?

  • AI Commit Messages — Generates meaningful, context-aware commits instead of generic updates
  • Security (Secret Shield) — Prevents accidental exposure of sensitive files and credentials
  • Natural Activity Mode — Simulates realistic developer commit patterns
  • Backup & Restore — Enables complete rollback of local and remote states
  • Automated Execution — Runs seamlessly in the background on system logon

✨ Features

Core Capabilities

  • AI Commit Generation — Context-aware commit messages using Gemini with model fallback
  • Security Layer (Secret Shield) — Automatic protection against sensitive file and credential exposure
  • Scheduling Engine — Supports logon, fixed-time, and natural activity-based execution
  • Backup & Restore — Pre-commit snapshots with full local and remote rollback capability
  • Repository Management — GitHub repo discovery, selection, and automatic cloning
  • Dashboard & Analytics — CLI-based insights into commit history and activity
  • Execution Reliability — Built-in retry logic, conflict handling, and network checks
🔍 View Full Feature Breakdown

⚙️ Setup & Configuration

  • GitHub Repository Discovery via API
  • Interactive multi-select repo setup
  • Base folder configuration
  • Automatic cloning of missing repos
  • Git authentication verification
  • Backward navigation during setup

🕐 Scheduling System

  • Logon trigger (Windows Task Scheduler)
  • Fixed-time daily scheduling
  • Randomized daily execution (9 AM – 11 PM)
  • Natural Activity Mode (probabilistic commits with 48h enforcement)
  • Runs with highest privileges
  • Works on battery power

🔁 Commit Engine

  • Smart change detection across repositories
  • Commits real user changes with descriptive messages
  • Generates fallback activity commits when idle
  • Automatic pull → merge → push workflow
  • Push retry logic on failure

🤖 AI Commit System

  • Gemini AI integration for commit messages
  • Model fallback chain: 2.5 Flash → 2.0 Flash → 1.5 Flash → Pro
  • Diff truncation for large inputs (8000 chars)

💾 Backup & Restore

  • ZIP snapshot before every commit
  • Configurable backup retention (config-backup)
  • Restore command with snapshot selection
  • Automatic GitHub rollback via force push

📊 Dashboard & Management

  • Dashboard with last 50 commits (rich table view)
  • Commit classification (User vs Activity)
  • Status command for tracked repos
  • Add/remove repositories dynamically
  • Persistent history tracking (500 entries)
  • Clean uninstall command — removes scheduler task before uninstalling
  • Version check command — shows installed version and detects available updates

🌐 Reliability Layer

  • Internet availability check (retry up to 2 minutes)
  • Automatic admin privilege escalation
  • Resilient Git operations with fallback handling

⚙️ How It Works

  1. Detects changes in tracked repositories
  2. Syncs with remote using git pull
  3. Analyzes git diff using Gemini AI
  4. Generates a contextual commit message
  5. Runs security checks (Secret Shield)
  6. Commits and pushes changes
  7. Stores a backup snapshot

All of this runs automatically in the background.


🚀 Getting Started

Prerequisites


📦 Installation

Option 1: From Source

git clone https://github.com/RohitKSahoo/auto-commit-bot.git
cd auto-commit-bot
pip install -e .

Option 2: Via pip (Recommended)

pip install autocommitbot

🛠️ Usage

Command What it does When to use
autocommit setup Launches interactive wizard to connect GitHub, select repos, and configure schedule First-time setup or reconfiguration
autocommit add [path] Adds a local Git repository to tracking (defaults to current folder) When starting a new project you want automated
autocommit run Manually scans repos, commits changes, and pushes to GitHub Testing or forcing an immediate commit
autocommit dashboard Displays last 50 commits with stats (user vs activity) Monitoring activity and verifying behavior
autocommit status Lists all tracked repositories and their state Checking what the bot is managing
autocommit enable Activates automation via scheduler (logon/time-based) Turning on background automation
autocommit disable Stops automation and removes scheduled task Temporarily or permanently stopping the bot
autocommit restore Restores a previous backup and force-pushes to GitHub Rolling back unwanted changes or commits
autocommit uninstall Removes the scheduler task and fully uninstalls the bot via pip Cleanly removing AutoCommitBot from your system

⚠️ Notes

  • Automation runs only on tracked repositories
  • restore performs a force push (overwrites remote history)
  • run is for manual triggering, not regular use
  • Internet connection required for full functionality
  • Always use autocommit uninstall instead of pip uninstall directly — running pip uninstall alone will leave an orphaned task in Windows Task Scheduler that silently fails on every trigger

🔄 Staying Up to Date

Run the following command to check your current version and see if a newer release is available:

autocommit version

Example output when up to date:

AutoCommitBot  v1.1.6
Checking for updates...
✔ You are on the latest version (1.1.6).

Example output when an update is available:

AutoCommitBot  v1.1.5
Checking for updates...
⚡ New version available: 1.1.6 (you have 1.1.5)
Run to update:  pip install --upgrade autocommitbot

To update manually at any time:

pip install --upgrade autocommitbot

🔐 Security Notes

  • Your code is not stored externally (only analyzed for commit messages)
  • Sensitive files are automatically excluded via .gitignore
  • restore uses force push — use with caution

🆘 Support & Contributions


👤 Maintainer

Maintained by @RohitKSahoo


📄 License

Licensed under the MIT License. See LICENSE for details.


🧾 TL;DR

AutoCommitBot is not just automation— it’s a smart Git workflow layer with AI, security, and recovery built in.

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

autocommitbot-1.1.8.tar.gz (20.5 kB view details)

Uploaded Source

Built Distribution

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

autocommitbot-1.1.8-py3-none-any.whl (19.8 kB view details)

Uploaded Python 3

File details

Details for the file autocommitbot-1.1.8.tar.gz.

File metadata

  • Download URL: autocommitbot-1.1.8.tar.gz
  • Upload date:
  • Size: 20.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for autocommitbot-1.1.8.tar.gz
Algorithm Hash digest
SHA256 ad6b0f83a077297776b30bd840f7f428d1937b16fbe891e183c1bbbc95f418a2
MD5 c519d53665dd413a062efe5e9dafd04e
BLAKE2b-256 78b9b03d0f500702f4ec96399560d60d57ebafeafcd9c7b6b392e601c4af6ece

See more details on using hashes here.

File details

Details for the file autocommitbot-1.1.8-py3-none-any.whl.

File metadata

  • Download URL: autocommitbot-1.1.8-py3-none-any.whl
  • Upload date:
  • Size: 19.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for autocommitbot-1.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 feb75849cbcd749da4dc786da44502e2f30a564b6d68b472f35b21eb148d579e
MD5 d987be8a90302197964f574cb1e5eef2
BLAKE2b-256 33ea0137658f32e9db2af52c0ee09f67e5be47a6242d48411a953ea82ceffe19

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