Add terminal title spinner while running

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Omer Strulovich
2026-03-04 15:50:43 -05:00
parent d1e20cdcac
commit 67b7db7684
2 changed files with 83 additions and 7 deletions

View File

@@ -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