Skip to content

Commit b22eeb2

Browse files
committed
update changelog
1 parent 3364202 commit b22eeb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/release.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ This version doesn’t introduce any visible breaking changes, but it includes n
2525

2626
- Added support for `RealtimeRunner` to handle [SIP protocol connections](https://platform.openai.com/docs/guides/realtime-sip)
2727
- Significantly revised the internal logic of `Runner#run_sync` for Python 3.14 compatibility
28+
- By default handoff history is now packaged into a single assistant message instead of exposing the raw user/assistant turns, giving downstream agents a concise, predictable recap
29+
- The existing single-message handoff transcript now starts with "For context, here is the conversation so far between the user and the previous agent:" before the `<CONVERSATION HISTORY>` block, so downstream agents get a clearly labeled recap
30+
- The existing single-message handoff transcript now starts with "For context, here is the conversation so far between the user and the previous agent:" before the `<CONVERSATION HISTORY>` block, so downstream agents get a clearly labeled recap
2831

2932
### 0.4.0
3033

0 commit comments

Comments
 (0)