fix: route voice wake to main

This commit is contained in:
Peter Steinberger
2025-12-20 15:30:45 +01:00
parent 066a2828c4
commit cf96ad8ef9
4 changed files with 53 additions and 4 deletions

View File

@@ -179,7 +179,7 @@ actor BridgeServer {
guard !text.isEmpty else { return }
let sessionKey = payload.sessionKey?.trimmingCharacters(in: .whitespacesAndNewlines).nonEmpty
?? "node-\(nodeId)"
?? "main"
_ = await GatewayConnection.shared.sendAgent(GatewayAgentInvocation(
message: text,