You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(session): auto-continue when model stops with reasoning-only response
Detect pattern where the model finishes with 'stop' after only
producing reasoning text, without making any tool calls. Inject a
synthetic user message to prompt the model to continue, allowing up
to 10 auto-continuations per session to prevent infinite loops.
0 commit comments