Regression: SSH Warpification prompt and Command Palette action missing on Windows
Author: Deelay1403Created May 14, 2026Updated Sep 17, 2026
Labelsbugtriagedrepro:mediumos:macos:windowsarea:sshwarp:auto-triage-reviewwarp:tracking
Summary
SSH Warpification prompt has stopped appearing on Windows. The Warpify SSH Session command is also missing from the Command Palette, making it impossible to warpify SSH sessions either automatically or manually.
Problem
After a recent Warp update, SSH warpification no longer works on Windows. Previously, when connecting to a remote Linux host via ssh, Warp would prompt to warpify the session. Now:
- No warpification prompt appears when running
sshto a remote host. - The
Warpify SSH Sessioncommand does not appear in the Command Palette (onlyDisable Warp SSH WrapperandOpen Settings: Warpifyare available). - Explicitly setting
enable_ssh_warpification = true,use_ssh_tmux_wrapper = true, andssh_extension_install_mode = "always_ask"insettings.tomlhas no effect. - Adding
sshtoadded_subshell_commandsin warpify subshell settings also does not trigger warpification.
Expected behavior
- Running
ssh user@hostshould trigger the warpification prompt (either automatically or via theWarpify SSH SessionCommand Palette action). - The
Warpify SSH Sessioncommand should appear in the Command Palette when an SSH session is active.
Actual behavior
- No warpification prompt appears.
Warpify SSH Sessioncommand is completely absent from the Command Palette.- SSH connects normally but without any Warp features (no blocks, no completions, no input editor on the remote host).
Reproduction steps
- Open Warp on Windows.
- Run
ssh user@remote-linux-hostand authenticate successfully. - Open the Command Palette (Ctrl+Shift+P) and search for
Warpify SSH Session. - Observe that the command does not appear. No warpification prompt is shown at any point.
Artifacts
None attached.
Warp version
v0.2026.05.06.15.42.stable_05
Operating system
Windows (PowerShell 5.1.26100.8457)
Source: warpdotdev/warp