diff --git a/docs/web-ui/dashboard.md b/docs/web-ui/dashboard.md index 5c630084..6db14749 100644 --- a/docs/web-ui/dashboard.md +++ b/docs/web-ui/dashboard.md @@ -321,6 +321,11 @@ charts): ST4TS is the swarm-level rollup. - **Busiest agents** table — one row per agent (most turns first): turns, input / output / cache-read tokens, est cost. - **Model mix** — turns per model across the swarm, as CSS bars. +- **Favorite tools** — most-run normalised bash-command heads across the + swarm (top 10, as CSS bars), aggregated from each agent's + `bash_commands` table (written by the hive-bash-mcp capture). The + header + list stay hidden until at least one agent has recorded a + command, so the section never shows an empty block on a fresh hive. Backed by `GET /api/stats-hive?window=` in `hive-c0re` (`hive_stats.rs`): for every name from diff --git a/frontend/packages/dashboard/src/dashboard.html b/frontend/packages/dashboard/src/dashboard.html index ad1b9c68..e4f5c44a 100644 --- a/frontend/packages/dashboard/src/dashboard.html +++ b/frontend/packages/dashboard/src/dashboard.html @@ -289,6 +289,11 @@

loading…

◇ model mix (turns across the swarm)

+ + +