Embedded terminal (desktop)

In Code task type, the Windows desktop app embeds an xterm.js terminal bound to the workspace directory.

Looking for a full-screen terminal agent? That’s zagens-tui — a separate binary, not this WebView panel.

Shortcuts & entry points

Action Shortcut / entry
Open and focus terminal Ctrl+` (macOS: Cmd+`)
New terminal session Ctrl+Shift+`
Files context menu Open in terminal (cwd = that folder)

Leaving the terminal Workspace tab keeps the panel mounted (hidden). Resizing syncs PTY size.

Shell & appearance

When to use it

Agent automation still uses exec_shell / run_tests (sandbox + approval). This panel is a human PTY.

Office mode has no terminal — use read_office / write_office.

Safety

On Windows, shells and agent exec_shell are constrained by the Windows sandbox — plus execution policy (sandbox_mode) and approval dialogs.

Configure under sidebar Sandbox and Settings → System → Security.

Tips

Related: Terminal TUI · Built-in Browser · Code mode · Workspace overview