Revert "Merge pull request #3825 from tw-yshuang/fix/delegated-child-session-early-failure-fallback"

This reverts commit cd33f3a397, reversing
changes made to 521c99cf0b.
This commit is contained in:
YeonGyu-Kim
2026-05-15 19:13:48 +09:00
parent cd33f3a397
commit 3c7d1299a7
10 changed files with 46 additions and 585 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ export function createAutoRetryHelpers(deps: HookDeps) {
path: { id: sessionID },
query: { directory: ctx.directory },
})
const retryParts = getLastUserRetryParts(messagesResp, sessionID)
const retryParts = getLastUserRetryParts(messagesResp)
if (retryParts.length > 0) {
log(`[${HOOK_NAME}] Auto-retrying with fallback model (${source})`, {
sessionID,