From 4d45a58e46330b3eb6f29e2c1e394dc39990d68b Mon Sep 17 00:00:00 2001 From: Daniel Sanchez Date: Tue, 28 Oct 2025 12:45:10 +0100 Subject: [PATCH] docs: fix triple terminal layout description to accurately reflect three-column split --- docs/tui/terminals_management.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/tui/terminals_management.md b/docs/tui/terminals_management.md index 9be3011e..34e4c927 100644 --- a/docs/tui/terminals_management.md +++ b/docs/tui/terminals_management.md @@ -183,16 +183,17 @@ CAI TUI automatically adjusts terminal layouts based on the number of active ter ### Triple Terminal Layout -**Display**: One full-width top terminal, two bottom terminals +**Display**: Three-column vertical split ![Triple Terminal Layout](../media/CAI-3terminals.png) **When to Use**: -- Main coordinator with two specialists -- Discovery + dual validation -- One leadership agent, two execution agents +- Three parallel perspectives on the same task +- Comparing three different agents or models +- Balanced multi-agent workflows +- Mid-complexity security assessments -**Activation**: Configured via startup YAML or custom configuration +**Activation**: Automatically triggered when 3 terminals are active ### Quad (Four Terminal) Layout