The Terminal pane
The Terminal pane runs real commands through cmd.exe on your PC — the working directory is shown at the top, output streams live, and [exit code N] closes each run. Open one with new terminal, Ctrl+Shift+T, or the toolbar.
Using it
Section titled “Using it”- Type a command in the
$input and press Enter. - Stop appears while a command runs — click it to kill the process.
- ↑/↓ walk your command history.
- Route from anywhere: send command to the terminal npm run build.
Good to know
Section titled “Good to know”- Long output stays smooth: rendering is optimized for chatty commands, and past 3,000 lines the oldest scroll off (memory stays bounded on long sessions).
- Streaming Mode: key-shaped strings in output are masked (
cat .envwon’t leak on stream) — how redaction works. - Every run and exit is recorded in the Audit Log.
- Links in output are clickable.