Expand description
CommitBee - AI-powered commit message generator
This crate provides the core functionality for analyzing git changes using tree-sitter and generating conventional commit messages via LLMs.
Re-exports§
pub use app::App;pub use cli::Cli;pub use config::Config;pub use error::Error;pub use error::Result;