From d7a59665ad492b93a770981152f0907ef8927dde Mon Sep 17 00:00:00 2001 From: Michal Date: Sun, 29 Mar 2026 23:01:16 +0100 Subject: [PATCH] fix: route command-debug through bastion WebSocket handler Co-Authored-By: Claude Opus 4.6 (1M context) --- bastion/src/bastion/src/services/labd-connection.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/bastion/src/bastion/src/services/labd-connection.ts b/bastion/src/bastion/src/services/labd-connection.ts index bfcd574..7fcd954 100644 --- a/bastion/src/bastion/src/services/labd-connection.ts +++ b/bastion/src/bastion/src/services/labd-connection.ts @@ -164,6 +164,7 @@ export class BastionConnection { case "command-install": case "command-forget": case "command-role-update": + case "command-debug": void this.handleCommand(msg); break; }