From e1e519508163ebe9b989b5a9c8d7a198b882bff2 Mon Sep 17 00:00:00 2001 From: iris Date: Sun, 31 May 2026 20:40:12 +0200 Subject: [PATCH] dashboard + agent UI: surface hive_name + swarm_name in chrome (#701) Damocles's backend (c41bf1b) landed HYPERHIVE_HIVE_NAME / _SWARM_NAME env vars and identity.rs accessors. This commit wires them into the two web surfaces: hive-c0re/dashboard.rs: StateSnapshot gains `hive_name` + `swarm_name` (Option), populated from the env vars the c0re NixOS module injects. hive-ag3nt/web_ui.rs: Per-agent StateSnapshot gains the same two fields, populated from crate::identity::hive_name() / swarm_name(). Dashboard frontend (index.html + tabs.js): A ` + +
+ +
+
… booting diff --git a/frontend/packages/dashboard/src/index.html b/frontend/packages/dashboard/src/index.html index 3fc47edf..0fe64e5e 100644 --- a/frontend/packages/dashboard/src/index.html +++ b/frontend/packages/dashboard/src/index.html @@ -14,6 +14,10 @@ button / shared links keep you on the same view. JS owns the show/hide. -->
+ +