Released my first open source project — MIT-licensed CLI for AI-assisted commit messages

Dev.to AI
Generative AI

Released my first open source project this week and wanted to share it here in case it's useful or if anyone wants to contribute. The project: aicontext-commit - a small CLI that generates commit messages by sending your staged diff and your last 30 commits to Claude or OpenAI. The history acts as a style reference so the suggestions match your repo's existing conventions (language, Conventional Commits, casing, level of detail). Why open