@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.13.3] - 2026-08-02
11+
1012### Fixed
1113
1214- ** OpenAI ` chat_completions ` /` responses ` capability profiles no longer emit
@@ -15,6 +17,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1517 now-stale ` "minimal" ` value outright. The built-in "off" mode payload and
1618 the ` minimal ` → wire-value mapping in ` _OPENAI_EFFORT_VALUES ` both now emit
1719 ` "none" ` .
20+ - ** Live ` ToolResultMessage ` s now carry the owning turn's ` run_id ` .** On a
21+ run-aware Agent, tool results emitted during the live turn (events, hooks,
22+ live context, and the next provider call) previously had ` run_id=None `
23+ while the checkpointer copy was stamped correctly. The assistant message is
24+ now stamped in place at the message-end seam so tool-result construction
25+ can inherit the active run ID for every sequential, parallel, salvage, and
26+ HITL-sibling outcome. Direct ` execute_tool_calls ` with an unstamped
27+ assistant still produces ` run_id=None ` .
1828
1929## [ 0.13.2] - 2026-07-23
2030
@@ -724,7 +734,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
724734- ** [ 0.2.0] ** - 2026-05-10 — see the [ release notes] ( https://github.com/cubeplexai/cubepi/releases/tag/v0.2.0 ) .
725735- ** [ 0.1.0] ** - 2026-05-09 — initial release. See the [ release notes] ( https://github.com/cubeplexai/cubepi/releases/tag/v0.1.0 ) .
726736
727- [ Unreleased ] : https://github.com/cubeplexai/cubepi/compare/v0.13.2...HEAD
737+ [ Unreleased ] : https://github.com/cubeplexai/cubepi/compare/v0.13.3...HEAD
738+ [ 0.13.3 ] : https://github.com/cubeplexai/cubepi/compare/v0.13.2...v0.13.3
728739[ 0.13.2 ] : https://github.com/cubeplexai/cubepi/compare/v0.13.1...v0.13.2
729740[ 0.13.1 ] : https://github.com/cubeplexai/cubepi/compare/v0.13.0...v0.13.1
730741[ 0.13.0 ] : https://github.com/cubeplexai/cubepi/compare/v0.12.0...v0.13.0
0 commit comments