From fc879669d9e150b9c4884695a52e74440e4ccaa7 Mon Sep 17 00:00:00 2001 From: jenkins Date: Thu, 13 Aug 2026 01:45:24 -0300 Subject: [PATCH] hermes: clarify provider status scope --- services/hermes/plugins/auto-router/dashboard/dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/hermes/plugins/auto-router/dashboard/dist/index.js b/services/hermes/plugins/auto-router/dashboard/dist/index.js index 85837cdd9..0beed12aa 100644 --- a/services/hermes/plugins/auto-router/dashboard/dist/index.js +++ b/services/hermes/plugins/auto-router/dashboard/dist/index.js @@ -129,7 +129,7 @@ h("header", { className: "provider-status-header" }, h("div", null, h("h1", null, "Provider Status"), - h("p", null, "The provider, model, fallback, and token activity Switchyard actually observed.") + h("p", null, "Current native provider health and the full selectable model catalog, plus historical activity Switchyard observed.") ), h(Button, { onClick: load, disabled: loading }, loading ? "Refreshing…" : "Refresh") ),