//! Feature modules for the AGCodex TUI
//!
//! This module contains advanced UI features for navigation, history management,
//! agent orchestration, and conversation control.
// Agent panel exports
// Agent notifications exports
// History browser exports
pub use HistoryBrowser;
// Re-export the message jump widget from widgets module
pub use crateMessageJump;
pub use crateRoleFilter;