Function generate_commit_message_local

Source
pub fn generate_commit_message_local(
    diff_content: &str,
    max_length: Option<usize>,
) -> Result<String>
Expand description

Alternative: Use the multi-step analysis locally without OpenAI calls