export const meta = { title: "Terminal", description: "Execute commands through Agent with sandboxing, preserved history, and native terminal integration. Learn about command execution modes and troubleshooting." }; # Terminal Agent runs shell commands directly in your terminal, with safe sandbox execution for macOS users. Command history persists across sessions. Click skip to interrupt running commands with `Ctrl+C`. ## Sandbox Sandbox is currently available on macOS only. Linux support is coming soon. Windows users can use WSL or devcontainers for sandboxed command execution. Auto mode is not currently compatible with Sandbox. By default, Agent runs terminal commands in a restricted environment that blocks unauthorized file access and network activity. Commands execute automatically while staying confined to your workspace. On macOS, this is implemented using `sandbox-exec`.