hermes-agent/ui-tui/src/app/slash
Brooklyn Nicholson ea32364c96 fix(tui): /statusbar top = inline above input, not row 0 of the screen
'top' and 'bottom' are positions relative to the input row, not the alt
screen viewport:

- top (default) → inline above the input, where the bar originally lived
  (what 'on' used to mean)
- bottom → below the input, pinned to the last row
- off → hidden

Drops the literal top-of-screen placement; 'on' is kept as a backward-
compat alias that resolves to 'top' at both the config layer
(normalizeStatusBar, _coerce_statusbar) and the slash command.
2026-04-22 15:27:54 -05:00
..
commands fix(tui): /statusbar top = inline above input, not row 0 of the screen 2026-04-22 15:27:54 -05:00
registry.ts fix(tui): harden against Node V8 OOM + GatewayClient memory leaks 2026-04-20 18:58:44 -05:00
types.ts refactor(tui): stop shadowing python — slash fallback inherits worker output 2026-04-16 14:26:15 -05:00