feat: implement company pipeline orchestration with user commands for full, quick, and skip modes
This commit is contained in:
@@ -162,6 +162,11 @@ pub fn draw_workflow_panel(frame: &mut Frame, area: Rect, state: &crate::app::st
|
||||
),
|
||||
if let Some(ref err) = agent.status.error {
|
||||
Span::styled(format!(" — {}", err), Style::default().fg(Theme::ERROR))
|
||||
} else if let Some(ref prog) = agent.status.progress {
|
||||
Span::styled(
|
||||
format!(" ({})", prog),
|
||||
Style::default().fg(Theme::DIM),
|
||||
)
|
||||
} else {
|
||||
Span::raw("")
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user