AgentStatusRow: carry active_model + set_status text/timestamp

This commit is contained in:
damocles 2026-09-07 12:46:54 +02:00 committed by mara
commit 5640832116
5 changed files with 46 additions and 0 deletions

View file

@ -384,6 +384,9 @@ async fn handle_agent_status(coord: &Arc<Coordinator>) -> HostResponse {
pending_reminders: 0,
parent: v.parent,
paused: v.paused,
active_model: v.active_model,
status_text: v.status_text,
status_set_at: v.status_set_at,
})
.collect();
HostResponse::agent_statuses(rows)