feat(#1591): surface pending-login + crashing-agent banner warnings

This commit is contained in:
damocles 2026-06-10 01:03:27 +02:00 committed by mara
commit 2157c3ae01
4 changed files with 188 additions and 1 deletions

View file

@ -95,6 +95,7 @@ fn emit_crash_transitions(coord: &Coordinator, prev: &HashSet<String>, current:
continue;
}
tracing::warn!(agent = %stopped, "container crash detected");
coord.record_crash(stopped);
coord.notify_manager(&hive_sh4re::HelperEvent::ContainerCrash {
agent: stopped.clone(),
note: Some("container stopped without an operator action".into()),