feat(subagent): add progress event handling and formatting for subagent execution

This commit is contained in:
asepharyana
2026-07-15 02:25:15 +07:00
parent 472c597c5e
commit 558908aef2
5 changed files with 52 additions and 7 deletions
+1
View File
@@ -368,6 +368,7 @@ pub fn trigger_review(state: &mut AppStateRest) {
SubagentEvent::StepFailed { step, error } => {
tracing::warn!("[review] step {} failed: {}", step, error);
}
SubagentEvent::Progress(_) => {}
SubagentEvent::Completed { .. } => {
tracing::debug!("[review] completed");
}