zeph-tui 0.20.1

Ratatui-based TUI dashboard with real-time metrics for Zeph
Documentation
---
source: crates/zeph-tui/src/widgets/help.rs
assertion_line: 113
expression: output
---
            ┌─────────── Help — press ? or Esc to close ───────────┐            
            │Key                 Action                            │            
            │Normal mode                                           │            
            │q                   quit                              │            
            │i                   enter insert mode                 │            
            │j / k               scroll down / up                  │            
            │PgDn / PgUp         page scroll down / up             │            
            │End / Home          jump to bottom / top              │            
            │d                   toggle side panels                │            
            │e                   expand tools                      │            
            │c                   compact tools                     │            
            │Tab                 cycle panels (Chat/Skills/Memory/R│            
            │a                   focus Sub-Agents panel            │            
            │?                   toggle this help                  │            
            │                                                      │            
            │Sub-Agents panel (f                                   │            
            │j / k               navigate agent list               │            
            │Enter               view selected agent transcript    │            
            │Esc                 close panel focus                 │            
            │                                                      │            
            │Subagent transcript                                   │            
            │Esc                 return to main conversation       │            
            │Insert mode                                           │            
            │Enter               send message                      │            
            │Shift+Enter         insert newline                    │            
            │Ctrl+J              insert newline                    │            
            │Esc                 return to normal mode             │            
            │Ctrl+U              clear input                       │            
            │Ctrl+K              clear queue                       │            
            └──────────────────────────────────────────────────────┘