Skip to main content

A collection of developer tools

Project description

DevGen

AI-Powered Git & Project Workflows in One CLI

Stop wasting time on repetitive tasks. DevGen automates commits, changelogs, .gitignore, and license files using AI — from cloud providers or a local Ollama model.

PyPI didn't allow the original name, so you'll find it as devgen-cli on PyPI

PyPI Python License CI Pre-Commit

Why DevGen

DevGen is a CLI for the parts of development that should be invisible. It writes Conventional Commits from your diff, drafts SemVer changelogs, fetches .gitignore and license templates, and routes everything through whichever AI provider you prefer — including a fully local Ollama model if you don't want to send code to the cloud.

Features

  • AI-Powered Commits — Conventional Commit messages generated from your staged diff, grouped by directory, with optional emoji prefixes.
  • Multiple Providers — Google Gemini, OpenAI, Anthropic, OpenRouter, HuggingFace, and local Ollama, all behind one CLI.
  • Smart Caching.gitignore and license templates are cached for offline use; AI responses are de-duplicated.
  • Conventional Changelogsfeat, fix, refactor, perf, docs, test, build, ci, chore, style, and a BREAKING CHANGES section.
  • Project Scaffolding — Pull .gitignore from GitHub's collection and drop in SPDX license files (MIT, Apache-2.0, GPL-3.0, AGPL-3.0, BSD, MPL-2.0, …).
  • Custom Templates — Override the commit-message prompt via a .tpl file in your config.
  • Interactive Setupdevgen setup walks you through provider + API key + options.
  • Undo Supportdevgen commit undo rolls back the last AI commit while keeping changes staged.
  • Token-Limit Aware — When a diff exceeds a model's context window, you get a single actionable error with --max-groups and --max-diff-size hints.

Supported AI Providers

Provider Notes
Google Gemini Default-friendly, generous free tier
OpenAI GPT-4o, GPT-4.1, o-series
Anthropic Claude 3.5 / 3.7 / 4
OpenRouter Single key, many models
HuggingFace Inference API
Ollama Fully local, no API key, no data leaves your machine

Installation

# Recommended: isolated environment
pipx install devgen-cli

# Or use uv for speed
uv tool install devgen-cli

# Or plain pip
pip install devgen-cli

# Shell completion (bash/zsh/fish)
devgen --install-completion

Requires Python 3.10 or newer.

Quick Start

# 1. Configure a provider and API key
devgen setup config

# 2. Stage your work as usual
git add .

# 3. Let DevGen write the commit message
devgen commit run

# 4. Or preview first, then commit
devgen commit run --dry-run
devgen commit run --push

Commands

Command Description
devgen setup config Interactive provider / API key / options wizard
devgen commit run Stage, generate message, commit (optionally --push, --check, --dry-run)
devgen commit undo Undo the last AI commit, keep changes staged
devgen changelog Generate a Conventional Commits changelog from recent history
devgen release-notes Generate release notes for a version range
devgen gitignore list List available GitHub .gitignore templates
devgen gitignore add <name> … Add .gitignore entries to the current project
devgen license list List available SPDX licenses
devgen license add <spdx> Add a LICENSE file to the current project

Run devgen <command> --help for full options on any subcommand.

Custom Templates

DevGen uses .tpl files for its commit prompt. To override the default, set custom_template in your config (see devgen config info) and point it at a .tpl file with {{ diff_text }}, {{ context }}, {{ group_name }}, and the conditional {% if use_emoji %} block.

Example minimal template:

{{ diff_text }}
Summarize the change above in one Conventional Commit line.

Architecture

DevGen is built around a small set of composable components:

  • BaseProvider — abstract base for every AI provider; handles API-key validation, token-limit detection, and error wrapping. Adding a new provider is one subclass with a single _generate() method.
  • GitOperator — all subprocess calls to git live here, behind a GitError exception.
  • DiffBuilder / FileGrouper / ManifestInspector — split a staged diff into per-directory groups with compact project context, so the model sees a focused slice instead of a wall of text.
  • Section enum — single source of truth for changelog ordering and emoji, shared by ChangelogGenerator and ReleaseNotesGenerator.

The CLI entry point is devgen.cli.main:app (Typer), exposed as the devgen script.

Development

git clone https://github.com/S4NKALP/DevGen.git
cd DevGen
uv sync --all-extras --dev      # install runtime + dev deps
uv run pre-commit run --all-files
uv run devgen --help

The project uses uv for dependency management, ruff for lint + format, and pyright for type checking. CI runs all three on Python 3.10 through 3.13 (see .github/workflows/ci.yml).

Contributing

Issues and PRs welcome. Please run uv run pre-commit run --all-files before opening a PR so CI stays green.

License

GPL-3.0-or-later. See LICENSE.

Acknowledgments

Built on the shoulders of:

  • Typer & Rich — CLI and terminal UI
  • Questionary — interactive prompts
  • Google Gemini, OpenAI, Anthropic, OpenRouter, HuggingFace, and Ollama — AI providers
  • Ruff — lint and format
Made with ❤️ by Sankalp

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

devgen_cli-0.2.7.tar.gz (102.5 kB view details)

Uploaded Source

Built Distribution

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

devgen_cli-0.2.7-py3-none-any.whl (121.7 kB view details)

Uploaded Python 3

File details

Details for the file devgen_cli-0.2.7.tar.gz.

File metadata

  • Download URL: devgen_cli-0.2.7.tar.gz
  • Upload date:
  • Size: 102.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.10.20

File hashes

Hashes for devgen_cli-0.2.7.tar.gz
Algorithm Hash digest
SHA256 9dde92ae03a6e89afb32ce1e3f50b7917fdc469d491f1bb3858f8d89726ceaca
MD5 17518b86b21637dfe3cd8f947eb2166b
BLAKE2b-256 e104f470e1c62fef796e008eba7ac3715c5639edce138091ffa93bbe7b28facd

See more details on using hashes here.

File details

Details for the file devgen_cli-0.2.7-py3-none-any.whl.

File metadata

  • Download URL: devgen_cli-0.2.7-py3-none-any.whl
  • Upload date:
  • Size: 121.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.10.20

File hashes

Hashes for devgen_cli-0.2.7-py3-none-any.whl
Algorithm Hash digest
SHA256 ee064c169f5683efabe6d1508c76d070df69fce84ed685968a3f0ec1c0027e22
MD5 97b27eef0c9d9610998e3e5ac33f96c3
BLAKE2b-256 b756ed893f13f2382ad94284e48f8463a6e38b8342df4e9dcd9ba18bfa42aaa0

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