Nine Continue Points
- Entity ID:
ent-20260419-fdb7c75b4067 - Type:
concept - Scope:
shared - Status:
active - Aliases: 9 continue statements, loop restart conditions
Description
Nine distinct conditions under which the query.ts while-loop restarts an iteration without returning control to the user: context too large, API 413, stop-hook continue, post-exec budget exceeded, tool errors, circuit breaker reset, pending tool calls, retryable permission denial, and externally-set transition.reason.
Key claims
- Nine distinct continue conditions restart the query loop
Relations
- Nine Continue Points --[contains]--> query.ts 10-Step Loop