We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb975f commit f9270c2Copy full SHA for f9270c2
1 file changed
extensions/codex/src/app-server/native-subagent-monitor.ts
@@ -304,6 +304,8 @@ export class CodexNativeSubagentMonitor {
304
}
305
const completion = toThreadCompletion(nativeCompletion, childState.childThreadId);
306
if (shouldWaitForTranscriptCompletion(completion, this.codexHome)) {
307
+ // Codex can notify `completed: null` before the child transcript exposes
308
+ // its final assistant message; poll briefly before delivering the no-final fallback.
309
const eventAt = Date.now();
310
const reconciled = await this.reconcileChildTranscript(childState.childThreadId);
311
if (!reconciled) {
0 commit comments