[codex] Remove Codex SDK canary runtime (#220)

* Revert "fix: drain sdk follow-up turns (#219)"

This reverts commit 807828e0ce.

* Revert "feat: feature-flag Codex SDK runner (#218)"

This reverts commit 879d16235f.
This commit is contained in:
Eyejoker
2026-06-03 19:10:53 +08:00
committed by GitHub
parent 807828e0ce
commit f1679ac686
15 changed files with 22 additions and 1073 deletions

View File

@@ -100,7 +100,6 @@ interface RunMessageAgentAttemptArgs {
: never,
processName: string,
ipcDir?: string,
options?: { drainFollowUpsAfterRun?: boolean },
) => void;
onOutput?: (output: AgentOutput) => Promise<void>;
pairedExecutionLifecycle: {