fix(ui): deduplicate gateway-native session hosts

This commit is contained in:
Vincent Koc
2026-07-30 15:22:31 +08:00
parent ad1dc60259
commit bb68389a66
20 changed files with 453 additions and 38 deletions
+2
View File
@@ -80,6 +80,8 @@ type RuntimeNodeListResult = {
connected?: boolean;
caps?: string[];
commands?: string[];
/** True only for the node host installed alongside this Gateway. */
gatewayLocal?: boolean;
/** Advertised commands currently permitted by Gateway node-command policy. */
invocableCommands?: string[];
nodePluginTools?: NodePluginToolDescriptor[];