Side Panel
The side panel provides quick access to session info, terminals, agents, and changes. Toggle it with Ctrl+/ and switch focus with Ctrl+`.
Overview (Ctrl+1 / Alt+1)
Section titled “Overview (Ctrl+1 / Alt+1)”Displays session metadata at a glance:
- Model and context window size
- Mode, prompt, and version
- Changes — file count with additions/deletions
- Tool usage — a visual sparkline showing token usage over time, color-coded by type (yellow = Read, purple = Edit, blue = Web, red = Exec)
- Todo list — current progress with pending/in-progress/completed counts
- Terminals — active terminal sessions with status indicators
- Tools — list of all available tools
Terminals (Ctrl+2 / Alt+2)
Section titled “Terminals (Ctrl+2 / Alt+2)”Manage interactive terminal sessions:
| Key | Action |
|---|---|
n | Open a new shell session |
Enter | View the selected terminal (full interactive PTY) |
x | Kill the selected terminal |
Ctrl+Esc | Return from a terminal to the list |
Agents (Ctrl+3 / Alt+3)
Section titled “Agents (Ctrl+3 / Alt+3)”Monitor all running agents — your primary session, background tasks, and subagents:
| Key | Action |
|---|---|
n | Start a new background task |
Enter | View the selected agent |
a | Open agent actions (diff, apply, kill) |
x | Kill the selected agent |
Subagents spawned by the primary agent appear indented under their parent.
Changes (Ctrl+4 / Alt+4)
Section titled “Changes (Ctrl+4 / Alt+4)”Shows a syntax-highlighted git diff of all files the agent has modified in the current session.
See Also
Section titled “See Also”- Background Tasks — Start and manage parallel work
- Timeline — Main conversation view
- Navigation — Keyboard shortcuts and movement