perf(todo-continuation): add cooldown and stagnation cap to prevent re-injection loops
This commit is contained in:
@@ -38,6 +38,7 @@ export function createSessionStateStore(): SessionStateStore {
|
||||
state.countdownInterval = undefined
|
||||
}
|
||||
|
||||
state.inFlight = false
|
||||
state.countdownStartedAt = undefined
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user