style: format gateway health state and ui render

This commit is contained in:
Peter Steinberger
2026-02-19 08:49:38 +00:00
parent d1cb779f5f
commit 34ddf0edc0
2 changed files with 6 additions and 4 deletions

View File

@@ -2,8 +2,8 @@ import { resolveDefaultAgentId } from "../../agents/agent-scope.js";
import { getHealthSnapshot, type HealthSummary } from "../../commands/health.js";
import { CONFIG_PATH, STATE_DIR, loadConfig } from "../../config/config.js";
import { resolveMainSessionKey } from "../../config/sessions.js";
import { getUpdateAvailable } from "../../infra/update-startup.js";
import { listSystemPresence } from "../../infra/system-presence.js";
import { getUpdateAvailable } from "../../infra/update-startup.js";
import { normalizeMainKey } from "../../routing/session-key.js";
import { resolveGatewayAuth } from "../auth.js";
import type { Snapshot } from "../protocol/index.js";