hermes-agent/docs
Brooklyn Nicholson aedc767c66 feat(tui): put the kawaii face+verb ticker in the status bar, not the thinking panel
The status bar was showing stale lifecycle text ("running…") while the
face+verb stream flickered through the thinking panel as Python pushed
thinking.delta events. That's backwards — the face ticker is the
primary "I'm alive" signal, it belongs in the status bar; the thinking
panel is for substantive reasoning and tool activity.

Status bar now reads `ui.busy`: when true, renders a local `<FaceTicker>`
cycling FACES × VERBS on a 2.5s interval, unaffected by server events.
When false, the bar shows the actual status string (ready, starting
agent…, interrupted, etc.).

Side effect: `scheduleThinkingStatus` still patches `ui.status` with
Python's face text, but while busy the bar ignores that string and uses
the ticker instead. No server-side changes needed — Python keeps
emitting thinking.delta as a liveness heartbeat, the TUI just doesn't
let it fight the status bar.
2026-04-16 20:14:25 -05:00
..
migration feat: rebrand OpenClaw references to Hermes during migration 2026-04-12 00:33:54 -07:00
plans docs: kill "PT" shorthand — say "classic (prompt_toolkit) CLI" 2026-04-16 19:39:09 -05:00
skins feat(tui): put the kawaii face+verb ticker in the status bar, not the thinking panel 2026-04-16 20:14:25 -05:00
specs feat(nix): container-aware CLI — auto-route into managed container (#7543) 2026-04-12 05:17:46 +05:30
acp-setup.md docs(acp): fix zed config 2026-04-03 01:46:45 -07:00
honcho-integration-spec.html merge: resolve conflict with main in subagent interrupt test 2026-03-12 16:28:57 -04:00
honcho-integration-spec.md merge: resolve conflict with main in subagent interrupt test 2026-03-12 16:28:57 -04:00