hyperhive/hive-ag3nt/assets
müde 211599c589 agent state badge: idle / thinking / offline + age timer
new badge between the status line and the terminal. shows current
state with a glyph + label + age suffix (e.g. '🧠 thinking · 12s').
state transitions are driven from existing SSE turn_start/turn_end —
no harness changes needed. on page load, history backfill detects an
in-flight turn (turn_start without matching turn_end) and starts in
thinking. state-just-changed flash kicks in on each transition. age
timer ticks client-side every 1s.

compacting/napping states will be added when /compact and nap land —
their slots are reserved in the state enum, just unused for now.
2026-05-15 19:36:29 +02:00
..
agent.css agent state badge: idle / thinking / offline + age timer 2026-05-15 19:36:29 +02:00
app.js agent state badge: idle / thinking / offline + age timer 2026-05-15 19:36:29 +02:00
index.html agent state badge: idle / thinking / offline + age timer 2026-05-15 19:36:29 +02:00