Changed
- Tool history (
recentTools) in execution progress is now chronological (oldest first) and uncapped, replacing the old newest-first order with a 5-entry cap. Affects all execution paths (tool, slash commands, chains, parallel, async, delegation). Both single-task and chain-step render paths inrender.tsnow consistently useslice(-3)for most-recent display. - Removed 50ms throttle on execution progress updates.
onUpdatenow fires immediately on every tool start, tool end, message end, and tool result. Affects all execution paths. - Delegation bridge now passes through full
recentOutputLinesarrays,recentToolshistory, and resolvedmodelto prompt-template consumers, replacing the old stripped-down single-line updates.