hyperhive/hive-ag3nt
müde 8d3df656de agent terminal: slash commands /help and /clear, tab-completion
intercept any line starting with / before sending it to the agent inbox.
two commands today:
- /help — render command list locally
- /clear — wipe the local terminal view (server-side event history kept,
  so a page reload restores it)

unknown /xxx surfaces an error row instead of being silently sent. tab
on a /prefix cycles through matching command names. submit-hint
mentions /help so the operator can discover it.

scaffolding for the bigger commands (/compact /cancel /model) is in
place — adding them later is a switch arm plus harness work.
2026-05-15 19:22:14 +02:00
..
assets agent terminal: slash commands /help and /clear, tab-completion 2026-05-15 19:22:14 +02:00
prompts manager: start/restart at will, no approval; refuse self 2026-05-15 18:57:25 +02:00
src manager: start/restart at will, no approval; refuse self 2026-05-15 18:57:25 +02:00
Cargo.toml agent ui: live event panel via SSE + stream-json 2026-05-15 15:01:26 +02:00