//! The unified mention popup used by default in the TUI.
//!
//! The `mentions_v2` feature flag remains temporarily as a rollback path: disabling it restores
//! the legacy split mention and file-search popups.
pub use Selection as MentionV2Selection;
pub use Popup as MentionV2Popup;
pub use build_search_catalog;