ai/generation/
mod.rs

1pub mod types;
2
3pub use types::{CommitResponse, FileCategory, FileChange, OperationType};