mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-01-20 19:18:08 -05:00
Add comprehensive setup command with provider selection, API key configuration, and model selection. Include error recovery for model-not-found scenarios with suggested alternatives and automatic retry functionality. Update Anthropic model list with latest versions and add provider metadata for better user experience.
@commitlint Module for opencommit
- Load commitlint configuration within tree.
- Generate a commit with commitlint prompt:
- Will not run if hash is the same.
- Infer a prompt for each commitlint rule.
- Ask OpenAI to generate consistency with embedded commitlint rules.
- Store configuration close to commitlint configuration.
- Replace conventional-commit prompt with commitlint prompt.