mirror of
https://github.com/openai/codex.git
synced 2026-04-29 00:55:38 +00:00
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:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user