git-intelligence-message 2.1.3

An advanced Git commit message generation utility with AI assistance
1
2
3
4
5
6
7
8
pub const REPOSITORY: &str = "git-intelligence-message";

pub const DIFF_PROMPT_FILE: &str = "diff_prompt.txt";
pub const SUBJECT_PROMPT_FILE: &str = "subject_prompt.txt";

pub const CUSTOM_SECTION_NAME: &str = "user";
pub const DIFF_SIZE_LIMIT: usize = 1000;
pub const MAX_DIFF_FILES: usize = 10;