Skip to content

Commit 6590319

Browse files
authored
Update release.md
1 parent 0a70cf4 commit 6590319

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/release.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,17 @@ We will increment `Z` for non-breaking changes:
1919

2020
## Breaking change changelog
2121

22+
### 0.6.0
23+
24+
In this version, the 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
25+
- The existing single-message handoff transcript now by default 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
26+
2227
### 0.5.0
2328

2429
This version doesn’t introduce any visible breaking changes, but it includes new features and a few significant updates under the hood:
2530

2631
- Added support for `RealtimeRunner` to handle [SIP protocol connections](https://platform.openai.com/docs/guides/realtime-sip)
2732
- 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 by default 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
3033

3134
### 0.4.0
3235

0 commit comments

Comments
 (0)