//! REPL (Read-Eval-Print-Loop) interface for Terraphim TUI
//!
//! This module provides a command-line interface that matches the functionality
//! available in the Tauri desktop application, with commands for search, chat,
//! configuration management, and MCP tools integration.
pub use run_repl_offline_mode;
pub use run_repl_server_mode;