From 5efe0fe5b40f7d482b0dcd7a5566be51e3695aeb Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Sat, 10 May 2025 19:01:36 +0800 Subject: [PATCH] Update README_EN.md --- doc/README_EN.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/README_EN.md b/doc/README_EN.md index 33a8da0..a79daba 100644 --- a/doc/README_EN.md +++ b/doc/README_EN.md @@ -135,7 +135,12 @@ docker-compose up -d ``` ## 📚 Usage Guide -Here are some implicit practical features. +### Suspend Session Component + +You can right-click in the SSH tab to select "Suspend Session" (long-press on mobile). Once suspended, even if the web connection is lost, the backend will automatically take over and keep the SSH connection active. You can resume the session at any time via the panel. This ensures that tasks such as compilation or long-running processes won’t be interrupted due to network issues. + +This feature not only supports uninterrupted execution of long tasks, but also allows sharing the same SSH session across multiple locations, meeting various usage needs. + ### Command Input Component