Feature request for product/service
Cursor CLI
Describe the request
In Cursor Agent CLI (the standalone agent / Cursor CLI), command stdout is always shown collapsed/folded by default. Users must press Ctrl+O to expand and read the full output. Please add a setting—in cli-config.json and/or via an environment variable—to disable this behavior so that command output is shown expanded by default (e.g. "expandCommandOutput": true or CURSOR_CLI_EXPAND_OUTPUT=1). This would improve usability for users who routinely need to see full command output without an extra keypress.