fix(ralph-loop): scope completion detection to messages since loop start
This commit is contained in:
@@ -13,6 +13,7 @@ export interface RalphLoopHook {
|
||||
options?: {
|
||||
maxIterations?: number
|
||||
completionPromise?: string
|
||||
messageCountAtStart?: number
|
||||
ultrawork?: boolean
|
||||
strategy?: "reset" | "continue"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user