Skip to content

Commit c4694f8

Browse files
committed
fix: type fallback state for CLI runs
1 parent 6c29f88 commit c4694f8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/agents/cli-runner/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ export type RunCliAgentParams = {
7171
fastModeAutoOnSeconds?: number;
7272
/** Shared notification state for nested harnesses that can observe the same tool boundary. */
7373
fastModeAutoProgressState?: FastModeAutoProgressState;
74+
/** True when the outer model fallback loop has reached its final candidate. */
75+
isFinalFallbackAttempt?: boolean;
7476
timeoutMs: number;
7577
/**
7678
* Explicit run timeout, in milliseconds, when the caller can distinguish a

0 commit comments

Comments
 (0)