Ai-gen-commit

Latest version: v0.0.10

Safety actively analyzes 720919 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.0.10

Add support for Qwen provider:

sh
export AI_COMMIT_PROVIDER=qwen
export OPENAI_API_KEY=<qwen-api-key>


**Full Changelog**: https://github.com/yankeexe/ai-gen-commit/compare/0.0.9...0.0.10

0.0.9

Bring your own provider:

You can use any OPEN AI compatible provider/server for commit generation.

sh
export AI_COMMIT_PROVIDER=custom should be set to custom
export AI_COMMIT_MODEL=llama3.2:3b example
export AI_COMMIT_PROVIDER_BASE_URL=http://localhost:11434/v1 # example
export OPENAI_API_KEY=<your-api-key> if your custom provider requires one

0.0.8

- introduce new env var to specify the model to use to generate commit message:

sh
export AI_COMMIT_MODEL=<model-name>

Example:

export AI_COMMIT_PROVIDER="groq"
export AI_COMMIT_MODEL="qwen-2.5-32b"
aic -r


**Full Changelog**: https://github.com/yankeexe/ai-gen-commit/compare/0.0.7...0.0.8

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.