fix(team-mode): preserve member context on retry

This commit is contained in:
YeonGyu-Kim
2026-05-10 13:11:52 +09:00
parent b36389ef2c
commit d801c88888
6 changed files with 40 additions and 11 deletions
@@ -170,10 +170,12 @@ export async function tryFallbackRetry(args: {
parentModel: task.parentModel,
parentAgent: task.parentAgent,
parentTools: task.parentTools,
teamRunId: task.teamRunId,
model: nextModel,
fallbackChain: task.fallbackChain,
category: task.category,
isUnstableAgent: task.isUnstableAgent,
onSessionCreated: task.onSessionCreated,
}
if (previousSessionID) {