Key changes
Handoff behavior has a breaking change in this version. Specifically, the message history is now collapsed into a single message when handing off to a new agent. We have verified and evaluated this behavior and think it works better, but recommend testing with your agents before upgrading to v0.6.0 in production.
What's Changed
- fix(twilio): add configurable startup delay to avoid initial audio jitter (fixes #1906) by @Shraman123 in #2033
- fix: #2081 Redis SSL Connection Error with redis-py v7 by @yju0808 in #2082
- Nest handoff history by default by @jhills20 in #1996
- Upgrade openai-python to 2.8.0 for GPT 5.1 by @ihower in #2091
- Update all translated document pages by @github-actions[bot] in #2092
- Add prompt_cache_retention to ModelSettings by @ihower in #2095
- feat: add run_in_parallel parameter to input guardrails by @RVV-karma in #1986
- fix: #2008 Fix agent memory leak using weakref by @DanieleMorotti in #2014
- docs: fix typos in some files by @Edge-Seven in #2096
- feat: add tool error logging by @danilbogdan in #1804
- v0.6.0 by @rm-openai in #2093
New Contributors
- @Shraman123 made their first contribution in #2033
- @yju0808 made their first contribution in #2082
- @RVV-karma made their first contribution in #1986
- @Edge-Seven made their first contribution in #2096
- @danilbogdan made their first contribution in #1804
Full Changelog: v0.5.1...v0.6.0