Not yet assessed
Breaking changes
Breaking-change status has not been confirmed. Do not assume the upgrade is compatible.
DSH Releases
Release notes
New Features
- Let parent Agents and continuable child Agents exchange follow-up messages through
send_message, replacing the one-wayreporttool by @Dudu-0223
Improvements
- Reuse Profile request headers for custom model discovery; add search and filtering to the model catalog by @LegGasai
- Refine interface corners, borders, turn navigation, and shadows by @yixiangihsiang and @LegGasai
- Reduce rendering overhead in very long conversations during response streaming, interface layout, and navigation previews by @imccyu
Chores
- Enable
web_fetchby default for the Python SDK, Headless, ACP, and custom Profiles by @koalazf99 - Stop exposing the general-purpose
workflowtool by default in Web PTC Mode by @koalazf99 - Replace
Session.eventswith on-demand read APIs:seq,eventAt(), andsnapshotEvents()by @kermanx - Distinguish
SessionSeqandSessionLogOffsetwith strong types; developers should should pay attention to compatibility by @tianyicui