fix: surface runner error classification in codex summaries

This commit is contained in:
Codex
2026-05-21 02:48:33 +00:00
parent 71cada25f2
commit 21b4c7800b
2 changed files with 32 additions and 0 deletions
+1
View File
@@ -1081,6 +1081,7 @@ function compactAttemptCycle(value: unknown, full: boolean): Record<string, unkn
execution: record.execution ?? null,
finalResponse: textView(asString(record.finalResponsePreview ?? record.finalResponse), full, 3000),
judge: record.judge ?? null,
runnerErrorClassification: record.runnerErrorClassification ?? null,
feedbackPrompt: textView(asString(record.feedbackPromptPreview), full, 1800),
};
}