feat(cloud): report planner transport status
This commit is contained in:
@@ -63,6 +63,7 @@ export interface HostRecord {
|
||||
host_id: string;
|
||||
address: string | null;
|
||||
last_seen_at: string;
|
||||
planner_transport: "direct" | "cloud";
|
||||
}
|
||||
|
||||
export type PluginEntryPointKind = "driver" | "tool" | "skill";
|
||||
|
||||
Reference in New Issue
Block a user