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 <noreply@openai.com>
This commit is contained in:
Ahmed Ibrahim
2026-03-11 16:52:14 -07:00
parent 288864e847
commit 08303687bb

View File

@@ -183,6 +183,7 @@ pub(crate) fn spawn_end(
new_agent_role,
prompt,
status: _,
..
} = ev;
let title = match new_thread_id {