mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-04-20 03:02:51 -04: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.
7 lines
110 B
TypeScript
7 lines
110 B
TypeScript
export enum COMMANDS {
|
|
config = 'config',
|
|
hook = 'hook',
|
|
commitlint = 'commitlint',
|
|
setup = 'setup'
|
|
}
|