lumen 2.22.0

lumen is a command-line tool that uses AI to generate commit messages, summarise git diffs or past commits, and more.
1
2
3
4
5
6
pub mod cli;
pub mod configuration;
pub mod providers;

pub use configuration::LumenConfig;
pub use providers::{ProviderInfo, ALL_PROVIDERS};