This commit is contained in:
jif-oai
2026-03-16 19:25:40 +00:00
parent f3fefbbc5c
commit 1bea9e8d87
2 changed files with 9 additions and 1 deletions

View File

@@ -570,7 +570,6 @@ fn status_summary_spans(status: &AgentStatus) -> Vec<Span<'static>> {
}
spans
}
AgentStatus::Interrupted => vec![Span::from("Interrupted").magenta()],
AgentStatus::Shutdown => vec![Span::from("Shutdown")],
AgentStatus::NotFound => vec![Span::from("Not found").red()],
}