Feature request for product/service
Terminal
The current terminal integration in Cursor only lets AI run one command at a time and wait for completion, which breaks the flow for complex tasks like Kubernetes deployments where you need to monitor multiple things simultaneously. This single-command model makes it impossible to maintain context across long-running processes or respond to real-time errors and warnings as they occur.
We need native terminal multiplexer support (tmux, screen, or integration with iTerm2, Warp, or other advanced terminals) with real-time output streaming so AI can manage multiple panes, see output as it happens, and keep sessions persistent across IDE restarts and conversation resets. This would enable proper AI-assisted DevOps workflows where the assistant can coordinate deployment commands in one pane while monitoring logs in another, all while maintaining session state and providing immediate feedback on issues.