fix(tui): correct watchdog spawn replay fixtures

This commit is contained in:
Friel
2026-03-28 16:42:08 -07:00
parent e5e3911799
commit 2b7fd5a91d
2 changed files with 1 additions and 1 deletions

View File

@@ -2328,7 +2328,6 @@ async fn collab_spawn_end_shows_requested_model_and_effort() {
call_id: "call-spawn".to_string(),
sender_thread_id,
prompt: "Explore the repo".to_string(),
spawn_mode: codex_protocol::protocol::AgentSpawnMode::Spawn,
model: "gpt-5".to_string(),
reasoning_effort: ReasoningEffortConfig::High,
}),

View File

@@ -583,6 +583,7 @@ fn status_summary_spans(status: &AgentStatus) -> Vec<Span<'static>> {
mod tests {
use super::*;
use crate::history_cell::HistoryCell;
use codex_protocol::protocol::AgentSpawnMode;
#[cfg(target_os = "macos")]
use crossterm::event::KeyEvent;
#[cfg(target_os = "macos")]