Format files touched by reviewer runtime cleanup

This commit is contained in:
ejclaw
2026-04-06 07:56:59 +09:00
parent f523352eed
commit 582d06cb72
5 changed files with 17 additions and 10 deletions

View File

@@ -480,7 +480,8 @@ export async function runAgentForGroup(
sawVisibleOutput: false,
sawSuccessNullResultWithoutOutput: false,
};
const attemptSessionId = provider === 'claude' ? currentSessionId : undefined;
const attemptSessionId =
provider === 'claude' ? currentSessionId : undefined;
const wrappedOnOutput = onOutput
? async (output: AgentOutput) => {