fix(todo-continuation-enforcer): add stagnation state fields
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -27,8 +27,10 @@ export interface SessionState {
|
|||||||
isRecovering?: boolean
|
isRecovering?: boolean
|
||||||
countdownStartedAt?: number
|
countdownStartedAt?: number
|
||||||
abortDetectedAt?: number
|
abortDetectedAt?: number
|
||||||
|
lastIncompleteCount?: number
|
||||||
lastInjectedAt?: number
|
lastInjectedAt?: number
|
||||||
inFlight?: boolean
|
inFlight?: boolean
|
||||||
|
stagnationCount: number
|
||||||
consecutiveFailures: number
|
consecutiveFailures: number
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user