Files
opencommit/src/commands
di-sukharev d70797b864 feat: add interactive setup wizard and model error handling
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.
2026-01-17 23:04:43 +03:00
..
2024-09-01 18:21:56 +03:00
2024-09-01 18:21:56 +03:00

@commitlint Module for opencommit

  1. Load commitlint configuration within tree.
  2. 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.
  3. Replace conventional-commit prompt with commitlint prompt.