I’m seeing a workflow regression in newer Cursor versions and wanted to check if others are experiencing the same thing.
In Cursor 3.0, when the Agent ran a terminal command, the command card menu had an option like “Open in Terminal Pane.” That was very useful because I could let the Agent run commands in chat, but when the output became long or important, I could move/open it in the normal bottom terminal pane and inspect it properly.
In newer versions, around 3.6/3.7, I no longer see that option. The menu now mostly shows things like auto-run, sandbox, allowlist, and copy command. The output stays trapped inside the chat command card unless I manually copy the command and re-run it myself.
This is painful for a few reasons:
-
Long logs are much easier to inspect in the terminal pane than inside a chat card.
-
It breaks the normal debugging loop: Agent edits code → Agent runs command → I inspect terminal output → continue.
-
It is harder to tell what actually ran, whether the command is still running, and what the full output/error was.
-
Copying and re-running commands manually defeats the point of Agent execution.
-
For people learning/debugging code, seeing the command output in the real terminal pane is much clearer.
Is this option intentionally removed, renamed, or hidden behind a setting? I tried looking under Settings → Agents → Inline Editing & Terminal, including Legacy Terminal Tool, but I still don’t see the same clean workflow from 3.0.
Expected behavior: Agent command cards should have an “Open in Terminal Pane” / “Move to Terminal Pane” option, especially for long-running or long-output commands.
Actual behavior: output stays in the chat command card, and the only reliable option is copying the command and manually re-running it in the terminal.
Would appreciate clarification from Cursor team or anyone who found a setting/workaround.


