1 Commits
Author SHA1 Message Date
whit3rabbitandClaude Sonnet 4.6 72ba916241 fix: streaming tool execution iterates up to max_iterations like non-streaming path
The single follow-up pass after initial stream tool calls is replaced with
a loop bounded by engine.loop_config.max_iterations. Each iteration collects
new tool calls from the follow-up stream, builds growing current_messages,
and breaks early if no new tool calls appear or total_timeout is reached.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 20:30:13 -05:00