refactor: streamline agent turn handling and background review process

This commit is contained in:
asepharyana
2026-07-20 17:25:23 +07:00
parent 4c186b62d4
commit dd7825b481
14 changed files with 409 additions and 327 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ pub fn draw_workflow_panel(
Style::default().fg(color).add_modifier(Modifier::BOLD),
),
Span::styled(
format!(" {}", agent.name),
format!(" {}", agent.display_name),
Style::default()
.fg(Theme::TEXT)
.add_modifier(Modifier::BOLD),