refactor: streamline agent turn handling and background review process
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user