From 08303687bb3dbef4ad5d56be332d6174bc136443 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Wed, 11 Mar 2026 16:52:14 -0700 Subject: [PATCH] codex: fix CI failure on PR #14410 Ignore newly added spawn metadata fields in the TUI spawn-end destructure so the updated event type keeps compiling. Co-authored-by: Codex --- codex-rs/tui/src/multi_agents.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/codex-rs/tui/src/multi_agents.rs b/codex-rs/tui/src/multi_agents.rs index 993e6e0ca4..00a1c0429c 100644 --- a/codex-rs/tui/src/multi_agents.rs +++ b/codex-rs/tui/src/multi_agents.rs @@ -183,6 +183,7 @@ pub(crate) fn spawn_end( new_agent_role, prompt, status: _, + .. } = ev; let title = match new_thread_id {