Skip to content

UI Layout & Navigation

Fresh

Maestro uses a three-panel layout optimized for multi-agent orchestration.

Panel Overview

Left Panel — Agent Management

The agent list supports:

  • Grouping — Organize agents by project or domain
  • Filtering — Search by name or filter by status
  • Bookmarks — Quick access to frequently used agents (Ctrl+Shift+B)
  • Drag-and-drop — Reorder agents freely
  • Color status indicators:
ColorMeaning
GreenReady
YellowThinking / Processing
RedDisconnected
Pulsing OrangeConnecting
Red Dot BadgeUnread messages

Navigation shortcuts:

  • Ctrl+[ / Ctrl+] — Previous / Next agent
  • Alt+Ctrl+1-9 — Jump to agent by number
  • Ctrl+Shift+M — Move agent to group
  • Ctrl+Shift+Backspace — Remove agent

Main Panel — Workspace

Switch between two modes with Ctrl+J:

AI Terminal Mode

  • Multiple tabs — Each tab is an independent session
  • @file mentions — Type @ to insert file references
  • Image attachments — Drag-and-drop or paste images
  • Slash commands — Type / for autocomplete
  • Draft auto-save — Unsent messages are preserved

Command Terminal Mode

  • Full PTY shell — Tab completion for files, branches, tags
  • Command history — Navigate with Up Arrow

Additional Views

  • Session Explorer (Ctrl+Shift+L) — Browse all sessions across all providers
  • File Preview — Syntax highlighting, markdown preview, image viewing, edit in-place
  • Git Diffs (Ctrl+Shift+D) — View staged and unstaged changes
  • Git Logs (Ctrl+Shift+G) — Browse commit history

Right Panel — Context

Three tabs accessible via shortcuts:

TabShortcutPurpose
FilesCtrl+Shift+FFile explorer with breadcrumbs, syntax highlighting, markdown preview, edit in-place
HistoryCtrl+Shift+HTimestamped activity log (AUTO/USER entries)
Auto RunCtrl+Shift+1Task runner panel for markdown checklists

Panel Toggle Shortcuts

  • Alt+Ctrl+Left — Toggle left panel
  • Alt+Ctrl+Right — Toggle right panel

Tab Management

ActionShortcut
New TabCtrl+T
Close TabCtrl+W
Close AllCtrl+Shift+W
Reopen ClosedCtrl+Shift+T (up to 25)
Previous/Next TabCtrl+Shift+[ / Ctrl+Shift+]
Tab SwitcherAlt+Ctrl+T
Jump to Tab 1-9Ctrl+1-9
Last TabCtrl+0

Input & Output

ActionKey
Send MessageEnter or Ctrl+Enter (configurable)
Multiline InputShift+Enter
Command HistoryUp Arrow in input
Slash CommandsType /
File PickerType @
Search OutputCtrl+F in output
Scroll OutputUp/Down Arrow in output
Page Up/DownAlt+Up/Down in output
Jump Top/BottomCtrl+Up/Down in output

Output Filtering

  • Global filter: Applies to all output (click filter icon in toolbar)
  • Per-response filter: Hover response → click filter icon
  • Modes: Include (green +) or Exclude (red -)
  • Matching: Plain text (case-insensitive) or Regex (toggle Aa / .*)

See Also

Built with VitePress + RAG Chat