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

This commit is contained in:
Eyejoker
2026-06-03 17:58:24 +08:00
committed by GitHub
parent 879d16235f
commit 807828e0ce
7 changed files with 137 additions and 10 deletions

View File

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