You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Surface Codex JSONL error events in step-summary rendering
Codex CLI's JSONL log format emits item.completed events with
item.type "error" (e.g. model-fallback warnings), but
parseCodexJsonl() silently dropped any item type it didn't
recognize, so these messages never reached the rendered step
summary or logEntries.
Found while verifying the rendering pipeline against real output
from workflow run 33729471900 (Issue Monster, codex engine): the
log contained a "Model metadata ... not found" error item that
was completely absent from the generated markdown.
0 commit comments