hyperhive/hive-ag3nt/src
müde 300be8afa9 operator control: /cancel slash command + cancel button
new POST /api/cancel on the per-agent web UI: shells out
pkill -INT claude (procps added to harness-base.nix). emits a Note
on the bus so the operator sees the cancel landed; state goes back
to idle when run_claude wakes and emits TurnEnd as usual.

frontend:
- /cancel slash command in the terminal input
- ■ cancel turn button in the state row, visible only while
  state === 'thinking' (driven from the same SSE-based state
  machine). disabled briefly during the POST.

claude gets SIGINT (not TERM) so it flushes anything in-flight and
emits a final result row before exiting.
2026-05-15 19:45:37 +02:00
..
bin operator control: /cancel slash command + cancel button 2026-05-15 19:45:37 +02:00
client.rs Phase 4: hive-m1nd harness + manager nixos template; devshell sqlite 2026-05-14 22:36:34 +02:00
events.rs events: persist to sqlite, survive harness restart 2026-05-15 19:42:57 +02:00
lib.rs manager: same agent loop, ManagerServer MCP surface 2026-05-15 15:13:26 +02:00
login.rs login: default command is claude auth login 2026-05-15 13:32:51 +02:00
login_session.rs login: default command is claude auth login 2026-05-15 13:32:51 +02:00
mcp.rs manager: start/restart at will, no approval; refuse self 2026-05-15 18:57:25 +02:00
turn.rs claude: pass --settings as a file path (avoid argv length limit) 2026-05-15 18:12:07 +02:00
web_ui.rs operator control: /cancel slash command + cancel button 2026-05-15 19:45:37 +02:00