From dd2255d3dfd151afbb6b1c4bc99712821478b9e6 Mon Sep 17 00:00:00 2001 From: Daniel Sanchez Date: Mon, 27 Oct 2025 15:31:48 +0100 Subject: [PATCH] Minimal changes --- docs/tui/user-interface.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tui/user-interface.md b/docs/tui/user-interface.md index 2884f02d..01c366f2 100644 --- a/docs/tui/user-interface.md +++ b/docs/tui/user-interface.md @@ -22,13 +22,13 @@ The top bar provides global controls and information: - **Terminal**: Main CAI interface label indicating the active application view. -- **Add+ button**: Creates and adds a new terminal to the current session. Click to spawn an additional terminal window (up to 4 terminals supported) for parallel agent execution. +- **Add+ button**: Creates and adds a new terminal to the current session. -- **Graph**: Opens the session statistics and cost monitoring dashboard, providing real-time insights into token usage, API costs, and performance metrics across all active terminals. +- **Graph**: Visual conversation flow representation. -- **Help**: Launches the comprehensive user guide with detailed documentation, keyboard shortcuts reference, and troubleshooting resources. Quick access to all TUI documentation. +- **Help**: Launches the comprehensive user guide with detailed documentation, keyboard shortcuts reference, and pro tips. -- **[×] Close**: Exits the TUI application safely. Prompts to save unsaved sessions before closing. +- **[×] Close**: Exits the TUI application. ---