mirror of
https://github.com/openai/codex.git
synced 2026-09-14 11:57:03 +00:00
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:
@@ -183,6 +183,7 @@ pub(crate) fn spawn_end(
|
||||
new_agent_role,
|
||||
prompt,
|
||||
status: _,
|
||||
..
|
||||
} = ev;
|
||||
|
||||
let title = match new_thread_id {
|
||||
|
||||
Reference in New Issue
Block a user