feat(cloud): report planner transport status

This commit is contained in:
2026-07-13 23:15:46 +08:00
parent 40efa53411
commit 5b64efab53
15 changed files with 71 additions and 6 deletions
+1
View File
@@ -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";