codex: fix CI failure on PR #17578

This commit is contained in:
Eric Traut
2026-04-12 17:06:01 -07:00
parent 5159895879
commit b66021cf3e

View File

@@ -355,6 +355,7 @@ async fn run_codex_tool_session_inner(
| EventMsg::PlanUpdate(_)
| EventMsg::TurnAborted(_)
| EventMsg::UserMessage(_)
| EventMsg::InjectedMessage(_)
| EventMsg::ShutdownComplete
| EventMsg::ViewImageToolCall(_)
| EventMsg::ImageGenerationBegin(_)