1 2 3 4 5 6
//! Terminal interface for AI coding agents. //! //! This initial release reserves the crate name while the first functional release is prepared. /// The placeholder release version. pub const VERSION: &str = env!("CARGO_PKG_VERSION");