LearnNewsExamplesServices
Frontmatter
id8331
titleEnhance Neural Link Health Check Response
stateClosed
labels
enhancementaiarchitecture
assigneestobiu
createdAtJan 5, 2026, 12:51 PM
updatedAtJan 5, 2026, 1:16 PM
githubUrlhttps://github.com/neomjs/neo/issues/8331
authortobiu
commentsCount0
parentIssue8169
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 5, 2026, 1:16 PM

Enhance Neural Link Health Check Response

Closed v11.18.0 enhancementaiarchitecture
tobiu
tobiu commented on Jan 5, 2026, 12:51 PM

The current healthcheck response contains a redundant details array and lacks specific identification for active sessions and windows.

Goal:

  1. Remove the details array.
  2. Enrich the response object to include:
    • sessions: List of active App Worker Sessions (id, connectedAt).
    • windows: List of connected Windows (id, appName, width, height, x, y).
    • agents: List of other connected Agents (ids).

Rationale for Dimensions: 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.

Changes:

  • ConnectionService.getStatus(): Return richer window metadata.
  • HealthService.healthcheck(): Construct the new response payload.
  • openapi.yaml: Update HealthCheckResponse schema.

Reference: #8169 (Epic)

tobiu added the enhancement label on Jan 5, 2026, 12:51 PM
tobiu added the ai label on Jan 5, 2026, 12:51 PM
tobiu added the architecture label on Jan 5, 2026, 12:51 PM
tobiu assigned to @tobiu on Jan 5, 2026, 12:51 PM
tobiu added parent issue #8169 on Jan 5, 2026, 12:51 PM
tobiu referenced in commit 9613d44 - "feat(ai): Enhance Neural Link health check response (#8331) on Jan 5, 2026, 12:56 PM
tobiu closed this issue on Jan 5, 2026, 1:16 PM