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
7
8
9
10
11
mod diff_view;
mod footer;
pub mod modal;
mod sidebar;

pub use diff_view::{render_diff, render_empty_state};
pub use footer::truncate_path;
pub use modal::{
    FilePickerItem, FileStatus as ModalFileStatus, KeyBind, KeyBindSection, Modal, ModalContent,
    ModalResult,
};