fix: harden workflow console runtime

This commit is contained in:
lda
2026-07-02 17:35:16 +07:00 Verified
parent bcf31583af
commit ea1276badd
22 changed files with 684 additions and 128 deletions
@@ -11,6 +11,8 @@ const phaseLabel = (phase: string): string => {
return "Connected";
case "invalid_target":
return "Invalid target";
case "console_backend_unreachable":
return "Console backend unavailable";
case "unreachable":
return "Server unreachable";
case "rpc_error":