- Populate the TUI conversation pane from existing session messages when entering via /tui — no more empty TUI - Add /menu command to return from TUI to the plain REPL - Add run_repl_from_cli() to resume the REPL with the same LiveCli - Ctrl+D and /exit both break the loop and exit cleanly - Ctrl+C clears input and stays in TUI - Handle MessageRole::Tool in the populate loop |
||
|---|---|---|
| .. | ||
| tui | ||
| agent_view.rs | ||
| chat_mode.rs | ||
| command_palette.rs | ||
| init.rs | ||
| input.rs | ||
| keybindings.rs | ||
| main.rs | ||
| markdown.rs | ||
| render.rs | ||
| setup_wizard.rs | ||
| theme.rs | ||
| tui_error.rs | ||
| tui_update.rs | ||