Terminal
The Terminal panel gives you an interactive shell running inside an agent’s workspace — handy for running one-off commands, inspecting state, or driving tools the agent doesn’t. Enable it under Settings › side panels › Terminal, then open the Terminal tab in an agent’s right rail.
What it is
Section titled “What it is”- A full interactive terminal (powered by xterm.js) with its working directory set to that agent’s checkout.
- The session persists as you switch between panel tabs, so long-running commands keep going.
- URLs in the output are clickable.
Searching
Section titled “Searching”Press ⌘F to open Find in terminal…. In the find box, Enter jumps to the next match and Shift+Enter to the previous; Esc closes it. Search is intercepted before keystrokes reach the shell, so it won’t interfere with what’s running.