Clarify SSH extension timeout copy#11156
Conversation
Co-authored-by: aloke <aloke@warp.dev>
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @cursoragent on file. In order for us to review and merge your code, each contributor must visit https://cla.warp.dev to read and agree to our CLA. Once you have done so, please comment |
Co-authored-by: aloke <aloke@warp.dev>
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @cursoragent on file. In order for us to review and merge your code, each contributor must visit https://cla.warp.dev to read and agree to our CLA. Once you have done so, please comment |
Description
Update SSH remote server timeout copy so timeout failures lead with "Timed out" and clarify that the user's SSH session can continue while advanced features are unavailable.
Linked Issue
ready-to-specorready-to-implement.Testing
cargo test -p remote_server transport::tests:: -- --nocapturecargo test -p remote_servercargo clippy -p remote_server --all-targets -- -D warningsManually demoed the real banner by connecting Warp to a local SSH server whose SSH rc sleeps longer than the extension check timeout.
I have manually tested my changes locally with
./script/runScreenshots / Videos
ssh_extension_timeout_banner_demo.mp4
SSH extension timeout banner
Agent Mode
CHANGELOG-BUG-FIX: Clarified that SSH extension setup timeout errors are timeouts and do not stop the SSH session.
To show artifacts inline, enable in settings.