Expand description
Git commit message generator library
This library provides functionality for analyzing git diffs and generating
conventional commit messages using Claude AI via LiteLLM.
Re-exports§
pub use config::CommitConfig;pub use error::CommitGenError;pub use error::Result;pub use types::ConventionalCommit;pub use types::Mode;pub use types::resolve_model_name;