Database-aware AI agent for the terminal: full-screen TUI, schema discovery, and bounded read-only SQL over PostgreSQL, MySQL, SQLite, DuckDB, and Snowflake.
//! Input editing, autocomplete popup, history recall, and clipboard queueing.
modclipboard;modmenu;modsubmit;// Test-only re-export so the `mod tests` sibling (moved byte-identical via
// `#[path]`) keeps resolving its `use super::*` names.
#[cfg(test)]pub(crate)usecrate::interactive::tui::transcript::BlockKind;#[cfg(test)]#[path="input_actions_tests.rs"]modtests;#[cfg(test)]#[path="draft_stash_tests.rs"]moddraft_stash_tests;#[cfg(test)]#[path="queue_tests.rs"]modqueue_tests;#[cfg(test)]#[path="revise_tests.rs"]modrevise_tests;