docs/usage/tui.mdx
The TUI is Cline's interactive terminal interface. It is designed for conversational, in-terminal work: ask questions, review plans, approve actions, and iterate quickly.
Install the CLI:
npm install -g @cline/cli
# or
bun install -g @cline/cli
# default interactive launch
cline
# explicit TUI mode
cline -i
Tab to toggle Plan/ActShift+Tab to toggle auto-approve allCtrl+C to abort a running turn; press again to exitCtrl+D to exit when the prompt is empty and idleCtrl+L to clear the chat view or current conversation/settings, /model, /account, /mcp, /compact, /undo, /clear, /history, /help, /quit@file mentions for workspace contextThe status area shows the active model, context usage, cost, workspace/branch, git diff stats, Plan/Act state, and whether auto-approve all is enabled.
--json, piped stdin/stdout, CI scripts) for automation.See: CLI Headless Mode