mirror of
https://github.com/openai/codex.git
synced 2026-05-02 10:26:45 +00:00
Add terminal title spinner while running
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -8037,6 +8037,10 @@ impl ChatWidget {
|
||||
self.title_override = Some(title);
|
||||
}
|
||||
|
||||
pub(crate) fn is_task_running(&self) -> bool {
|
||||
self.bottom_pane.is_task_running()
|
||||
}
|
||||
|
||||
/// Returns the current thread's precomputed rollout path.
|
||||
///
|
||||
/// For fresh non-ephemeral threads this path may exist before the file is
|
||||
|
||||
Reference in New Issue
Block a user