Revert "Only show Worked for after the final assistant message" (#7884)

Reverts openai/codex#7854
This commit is contained in:
pakrym-oai
2025-12-11 09:11:42 -08:00
committed by GitHub
parent 238ce7dfad
commit bb8fdb20dc
5 changed files with 13 additions and 24 deletions

View File

@@ -136,7 +136,6 @@ impl BottomPane {
self.request_redraw();
}
#[cfg(test)]
pub fn status_widget(&self) -> Option<&StatusIndicatorWidget> {
self.status.as_ref()
}