Patch Changes
-
#1580
a1cd51bThanks @threepointone! - Improve session auto-compaction estimates by including the Session-managed frozen system prompt, support custom token counters, and expose an auto-compaction error callback. -
#1559
f942ffeThanks @cjol! - Stash chat turn recovery metadata before inference starts so interrupted pre-stream turns can be reconciled by chat recovery. Pre-stream interruptions now automatically retry the existing unanswered user message when it is still safe to do so. -
#1579
d0b4d0eThanks @threepointone! - Ensure Agent-generated workflow instance IDs always satisfy the Workflows runtime ID validator. -
#1567
3cfa498Thanks @cjol! - Return error statuses for in-band stream errors across programmatic chat turns. -
#1578
6fa7fd7Thanks @threepointone! - Use path-scoped identities for newly-created sub-agents while preserving legacy bare-name identities for existing registry entries. -
#1578
6fa7fd7Thanks @threepointone! - Avoid self-deadlocking facet startup when same-name sub-agents hydrate WebSocket connection state after wake.