Patch Changes
-
#1561
831ba1dThanks @whoiskatrin! - Expose additiveTurnConfig.stopWhenconditions so Think subclasses can end an agentic loop early, for example after a designated tool call, while retaining the existingmaxStepssafety bound. -
#1563
32cde40Thanks @threepointone! - Add RPC-safe cancellation forchat()turns withStreamCallback.onStart()andcancelChat().