@elsikora/commitizen-plugin-commitlint-ai
Version:
AI-powered Commitizen adapter with Commitlint integration
6 lines • 362 B
TypeScript
import type { CommitConfig, LLMPromptContext } from "./types.js";
export { getLLMConfig, setLLMConfig } from "./config.js";
export type * from "./types.js";
export declare function generateCommitMessage(context: LLMPromptContext): Promise<CommitConfig>;
export declare function selectLLMProvider(inquirer: any): Promise<void>;
//# sourceMappingURL=index.d.ts.map