Expand description
Interactive TUI for Otto chat.
Full-screen terminal interface using ratatui with:
- Scrollable chat history with scrollbar
- Streaming responses with spinner and smooth output
- Vi input mode (default) with
/emacstoggle - Multi-line input (Alt+Enter for newline)
- Input history (Up/Down, persisted to ~/.ascend-tools/history)
- Slash commands with tab completion
- Markdown rendering (headings, lists, code blocks, tables, and more)
- Message timestamps (
/timestampsto toggle) - Clipboard copy (
/copy) - Vi yank/paste registers