mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 21:07:01 -06:00
fix(ui): deduplicate gateway-native session hosts
This commit is contained in:
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user