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.8.tar.gz (102.7 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.8-py3-none-any.whl (122.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: devgen_cli-0.2.8.tar.gz
  • Upload date:
  • Size: 102.7 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.8.tar.gz
Algorithm Hash digest
SHA256 4c9ae1dd367cbc03a463b8f5d05fb6b20532798252fbb39bb7afe5f60e75d6ef
MD5 0965f967cd6cf39b48ccc56d9007ebbd
BLAKE2b-256 f02f54f8aa25aba7dc1db67f4463178d44eadd3fdad928dc532141dbc786aa27

See more details on using hashes here.

File details

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

File metadata

  • Download URL: devgen_cli-0.2.8-py3-none-any.whl
  • Upload date:
  • Size: 122.0 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.8-py3-none-any.whl
Algorithm Hash digest
SHA256 891851590408a6b78c82c4b5cdba5fa67f4d1ffe774c40eb2fa29d8017a6ea07
MD5 f5644652f75423950c85a3882619020d
BLAKE2b-256 fda3b96aea3eccb2f18e7c963eb914c54c04a1288f32bf4f3ccdd6ca70dcd717

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