You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current `healthcheck` response contains a redundant `details` array and lacks specific identification for active sessions and windows.
26
+
27
+
**Goal:**
28
+
1. Remove the `details` array.
29
+
2. Enrich the response object to include:
30
+
-`sessions`: List of active App Worker Sessions (id, connectedAt).
31
+
-`windows`: List of connected Windows (id, appName, width, height, x, y).
32
+
-`agents`: List of other connected Agents (ids).
33
+
34
+
**Rationale for Dimensions:**
35
+
Including basic dimensions (width/height) helps immediately distinguish between main application windows and smaller popups/dialogs without requiring an extra `get_window_topology` call, saving agent turns.
0 commit comments