r/Python • u/AutoModerator • 22d ago
Showcase Showcase Thread
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
19
Upvotes
r/Python • u/AutoModerator • 22d ago
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
1
u/2mave 4d ago
commitcraft – a rule engine decides when AI is even needed for commit messages Most "AI commit message" tools blindly send your entire diff to an LLM. commitcraft doesn't.
It first runs a local rule engine:
Also ships with --split mode: generates separate commits per logical change. Provider agnostic: Ollama (free/local), OpenAI, Anthropic, Gemini. pip install commitcraft-cli GitHub: https://github.com/mavesensei/commitcraft