We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f898b commit d270c66Copy full SHA for d270c66
codex-rs/tui/src/chatwidget.rs
@@ -911,6 +911,7 @@ impl ChatWidget {
911
}
912
913
pub(crate) fn handle_exec_begin_now(&mut self, ev: ExecCommandBeginEvent) {
914
+ // Ensure the status indicator is visible while the command runs.
915
self.running_commands.insert(
916
ev.call_id.clone(),
917
RunningCommand {
0 commit comments