Under the hood
Useful1 Signal0
The per-turn bookkeeping in the query loop was restructured with no change you can see.
What's wrong with this entry?
Anonymous. No account, no email.
What
The per-turn accumulator used by the query loop is now built by a factory rather than assembled inline. No user-visible behaviour changes.
Details
- the accumulator holds assistant messages, tool results,
tool_useblocks, and the follow-up, end-turn, prevent-continuation and deferred flags resetcan optionally keep assistant messagesrebuildStreamingToolExecutorre-creates the streaming tool executor from the injected constructor
Evidence
rebuildStreamingToolExecutor
Strings lifted out of the shipped bundle, so the claim above can be checked against them.