hyperhive/hive-ag3nt/src
müde f13c3dff8f stats: per-bucket turns-by-model chart
each turn_stats row already records the model; roll it up per bucket
so the /stats page can show which model ran when. model choice
greatly affects token cost, so the new stacked-bar chart sits right
under the cost chart for eyeball correlation across the window.

Snapshot gains a sorted `models` series list; each Bucket carries a
`model_counts` map.
2026-05-20 10:58:14 +02:00
..
bin recv: fold batch drain into recv(max) — one tool, uniform list response 2026-05-19 01:07:30 +02:00
client.rs retry hive socket up to 5x over 60s, surface retry count to claude 2026-05-16 15:28:18 +02:00
events.rs clippy: zero pedantic warnings across the tree 2026-05-18 22:09:34 +02:00
lib.rs stats: per-agent /stats page with chart.js trends + breakdowns 2026-05-19 00:27:01 +02:00
login.rs refactor: per-agent state paths (/agents/{label}/state), centralize in paths.rs 2026-05-16 15:18:32 +02:00
login_session.rs login: default command is claude auth login 2026-05-15 13:32:51 +02:00
mcp.rs get_logs: resolve machine name via container_name like every other verb 2026-05-20 10:48:24 +02:00
paths.rs refactor: per-agent state paths (/agents/{label}/state), centralize in paths.rs 2026-05-16 15:18:32 +02:00
plugins.rs clippy: zero pedantic warnings across the tree 2026-05-18 22:09:34 +02:00
stats.rs stats: per-bucket turns-by-model chart 2026-05-20 10:58:14 +02:00
turn.rs clippy: zero pedantic warnings across the tree 2026-05-18 22:09:34 +02:00
turn_stats.rs clippy: zero pedantic warnings across the tree 2026-05-18 22:09:34 +02:00
web_ui.rs stats: per-agent /stats page with chart.js trends + breakdowns 2026-05-19 00:27:01 +02:00