chore: dedup unified exec "waited" rendering (#7256)

From
<img width="477" height="283" alt="Screenshot 2025-11-24 at 18 02 25"
src="https://github.com/user-attachments/assets/724d1d68-c994-417e-9859-ada8eb173b4c"
/>
To
<img width="444" height="174" alt="Screenshot 2025-11-24 at 18 02 40"
src="https://github.com/user-attachments/assets/40f91247-6d55-4428-84d1-f39c912ac2e7"
/>
This commit is contained in:
jif-oai
2025-11-24 21:45:40 +01:00
committed by GitHub
parent 99e5340c54
commit b897880378
2 changed files with 52 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ use crossterm::event::KeyEvent;
use crossterm::event::KeyModifiers;
use insta::assert_snapshot;
use pretty_assertions::assert_eq;
use std::collections::HashSet;
use std::path::PathBuf;
use tempfile::NamedTempFile;
use tempfile::tempdir;
@@ -358,6 +359,8 @@ fn make_chatwidget_manual() -> (
rate_limit_poller: None,
stream_controller: None,
running_commands: HashMap::new(),
suppressed_exec_calls: HashSet::new(),
last_unified_wait: None,
task_complete_pending: false,
mcp_startup_status: None,
interrupts: InterruptManager::new(),