Skip to content

Side Panel

The side panel provides quick access to session info, terminals, agents, and changes. Toggle it with Ctrl+/ and switch focus with Ctrl+`.

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

Manage interactive terminal sessions:

KeyAction
nOpen a new shell session
EnterView the selected terminal (full interactive PTY)
xKill the selected terminal
Ctrl+EscReturn from a terminal to the list

Monitor all running agents — your primary session, background tasks, and subagents:

KeyAction
nStart a new background task
EnterView the selected agent
aOpen agent actions (diff, apply, kill)
xKill the selected agent

Subagents spawned by the primary agent appear indented under their parent.

Shows a syntax-highlighted git diff of all files the agent has modified in the current session.