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
+1
View File
@@ -424,6 +424,7 @@ export class BackgroundManager {
fallbackChain: input.fallbackChain,
attemptCount: 0,
category: input.category,
onSessionCreated: input.onSessionCreated,
}
const firstAttempt = startAttempt(task, input.model)