Skill guidance now says polling loops should break on any stop reason except requires_action.
What's wrong with this entry?
The skill's client-patterns guidance changed its advice for loops that poll a session: break on any stop reason that is not requires_action, rather than only on terminal ones. budget_reached is listed as resumable only by changing the budget.
- The sample loop comment moved from
// end_turn or retries_exhausted - both terminalto also namebudget_reached.
break // end_turn, retries_exhausted, or budget_reached \u2014 see list below
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.235
Question options with identical text are no longer confused with each other
Both mention agent
-
v2.1.236
Teammate messages whose summary swallowed the body are split back apart
Both mention agent
-
v2.1.238
Claude is told to stay in a worktree even when it did not create one
Both mention agent