//! Tape component implementations — chat message types as `Component`s.
//!
//! These are the tape engine's production transcript building blocks; oxi-cli
//! composes them into main-screen rows while ratatui remains overlay-only.
pub use StreamingMessage;
pub use TextMessage;
pub use ToolCallBlock;