This repository contains developer tools that help teams work faster with AI hosted by mittwald in Germany.
mittwald AI hosting is especially useful for developer workflows that need:
- short feedback loops during coding
- reliable automation for continuous integration
- GDPR-aware, Germany-hosted infrastructure for AI-assisted development
AI-powered, well-formed git commit message generation based on your staged changes.
Good commit messages are important but easy to postpone. AI-assisted generation helps you:
- keep commit history understandable and review-friendly
- consistentely follow the Conventional Commits format
- reduce time spent writing commit text
- improve consistency across contributors
The installer script sets up and configures cmai so commit messages can be generated using mittwald AI.
See https://github.com/mrgoonie/cmai for more details.
curl -fsSL https://github.com/mittwald/ai-developer-tools/raw/refs/heads/main/install-git-commit-ai.sh | bashMake sure to run git init in your existing repository.
- Run
git initin your existing repository, if not done already. - Stage your changes (
git add ...). - Commit your changes, ommitting the commit message (
git commit). cmaiuses mittwald AI to generate a commit message.- Review and adjust the message if needed in your editor.
- 🥳
This repository is intended as a collection point for developer productivity tooling around mittwald AI hosting.
Check back later.
Please use this project's issue tracker to report specific suggestions or issues.
For security-related issues, please refrain from using the public issue tracker or discussion board. Have a look at the security policy, instead.
Also, please note that the issue tracker is not a support channel for mittwald's hosting products. Please use our regular support options to receive product support.
We are happy to accept external contributions to our documentation. See the Contribution guide for more information.