You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Short Description:
SSH connections in Cursor lead to apparently frozen AI chat while IDE remains functional. Workaround exists ("Close Remote Connection") but is undocumented. Without knowing the workaround, users lose their entire conversation by restarting. Problem occurs reproducibly with every SSH connection.
Detailed Description:
Critical Issue:
AI chat interaction appears frozen while IDE remains functional
SSH connection continues in background (visible through debug outputs)
Workaround exists ("Close Remote Connection") but is not obvious
Users must find solution through trial and error
Without knowing workaround: Loss of entire conversation by closing window
Problem occurs reproducibly with every SSH connection
Improvement Suggestions:
Clear indication of SSH connection status in UI
Visible option to close remote connection
Document workaround in help
Ideally: Automatic detection of "hanging" connection
Feedback about SSH connection status
Option to safely disconnect without losing conversation
Impact:
Unnecessary time loss due to missing feedback
Frustration from apparently "frozen" communication
Risk of context loss if workaround unknown
Multiple restarts and conversation repetitions required
Inefficient workflow for SSH-related tasks
Technical Details:
Affects: Darwin 24.3.0 (macOS)
SSH debug outputs continue (level 2 and 3)
IDE functions remain available
Chat interaction not properly suspended/resumed
Logs:
Initial connection:
debug1: Connecting to 192.168.0.127 [192.168.0.127] port 22.
debug3: set_sock_tos: set socket 3 IP_TOS 0x48
debug1: Connection established.
debug1: identity file /Users/dpa/.ssh/id_ed25519 type 3
debug1: identity file /Users/dpa/.ssh/id_ed25519-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_9.8
debug1: Remote protocol version 2.0, remote software version OpenSSH_9.9
These logs show that while the SSH connection is successful, Cursor continuously attempts to adjust the terminal window size and send new packets, even though the AI interaction appears frozen.
The text was updated successfully, but these errors were encountered:
Short Description:
SSH connections in Cursor lead to apparently frozen AI chat while IDE remains functional. Workaround exists ("Close Remote Connection") but is undocumented. Without knowing the workaround, users lose their entire conversation by restarting. Problem occurs reproducibly with every SSH connection.
Detailed Description:
Logs:
Initial connection:
debug1: Connecting to 192.168.0.127 [192.168.0.127] port 22.
debug3: set_sock_tos: set socket 3 IP_TOS 0x48
debug1: Connection established.
debug1: identity file /Users/dpa/.ssh/id_ed25519 type 3
debug1: identity file /Users/dpa/.ssh/id_ed25519-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_9.8
debug1: Remote protocol version 2.0, remote software version OpenSSH_9.9
Continuous debug output while chat appears frozen:
debug2: client_check_window_change: changed
debug2: channel 2: request window-change confirm 0
debug3: send packet: type 98
These logs show that while the SSH connection is successful, Cursor continuously attempts to adjust the terminal window size and send new packets, even though the AI interaction appears frozen.
The text was updated successfully, but these errors were encountered: