claudy 0.3.0

Modern multi-provider launcher for Claude CLI
1
2
3
4
5
6
7
8
pub mod callbacks;
mod formatting;
pub mod handlers;
mod session_io;

// Re-export public API so external callers (event_dispatch.rs) need no changes
pub use callbacks::{CallbackContext, handle_callback};
pub use handlers::*;