auto: save WIP progress from rcc session

This commit is contained in:
Yeachan-Heo
2026-04-01 04:01:37 +00:00
parent 4fb2aceaf1
commit 0e722fa013
3 changed files with 195 additions and 156 deletions

View File

@@ -2215,7 +2215,7 @@ fn execute_shell_command(
persisted_output_path: None,
persisted_output_size: None,
sandbox_status: None,
});
});
}
let mut process = std::process::Command::new(shell);
@@ -2284,7 +2284,7 @@ Command exceeded timeout of {timeout_ms} ms",
persisted_output_path: None,
persisted_output_size: None,
sandbox_status: None,
});
});
}
std::thread::sleep(Duration::from_millis(10));
}