Skip to content

TUI Dashboard

github-actions[bot] edited this page Aug 18, 2026 · 2 revisions

🇬🇧 English · 🇮🇹 Italiano

Generated from README.md — edit that file in the repository, not this page.


🖥️ Interactive Terminal UI (TUI Dashboard)

TSUKA includes a zero-flicker terminal dashboard built without heavy web wrappers:

npm run tui
# or:
tsuka --tui
┌─ TSUKA v0.5.1 ── [F1] Chat  [F2] Tools ─────────────────── [Ctx: 2,410 / 32,768 (7%)] ─┐
│ 📁 Explorer       │ 💬 Active Agent: @geordi (Developer)                               │
│ ├─ src/           │                                                                    │
│ │  ├─ core/       │ User: Build a file hasher utility and test it.                     │
│ │  └─ tools/      │                                                                    │
│ ├─ package.json   │ 🧠 Thinking: Planning modular hash implementation...               │
│ └─ tsuka.config   │ ⚡ [PREFILL 140 tok] 🌊 [DECODE 84.2 tok/s] [TTFT 120ms]           │
│                   │ 🛠️  write_file -> src/hasher.ts (SUCCESS)                         │
│ ⚡ Telemetry       │                                                                    │
│ Dec: 84.2 tok/s   │ Assistant: Created src/hasher.ts with SHA-256 support.             │
│ Conf: [████████░] │                                                                    │
├───────────────────┴────────────────────────────────────────────────────────────────────┤
│ > Run tests to verify the hasher implementation...                                     │
└────────────────────────────────────────────────────────────────────────────────────────┘

⌨️ Keybindings & Controls

Shortcut Action
F1 / F2 Switch between Chat View and Tools Catalog / Execution History
F3 / F4 Open interactive Agent Picker / Team Picker modals
F5 / F6 Open Memory Store Inspector / Model Switcher modals
F7 / F12 Toggle Layout & Color Themes / Open REPL Help Cheatsheet
Shift+Enter / Ctrl+J Insert a newline into prompt without triggering submission
Esc / Ctrl+X Instantly interrupt running generation/tools (preserves partial reasoning)
/ / Enter Navigate workspace file tree; press Enter to open File Viewer Modal
Space or i Insert highlighted explorer path directly into the input buffer
Mouse Wheel / Click SGR 1006 mouse support: scroll panes, click tabs, select files

Clone this wiki locally