Merged
Conversation
1ebe11e to
64b6684
Compare
64b6684 to
b6d9b03
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release readiness review (v0.13.0 -> TARGET b6d9b03)
This is a release readiness report done by
$final-release-reviewskill.Diff
v0.13.0...b6d9b03
Release call:
🟢 GREEN LIGHT TO SHIP No concrete release-blocking regressions or breaking-versioning mismatches were identified in
v0.13.0...b6d9b03.Scope summary:
Risk assessment (ordered by impact):
src/agents/realtime/openai_realtime.pyintroduces a new_ResponseCreateSequencerand deferred task orchestration;tests/realtime/test_openai_realtime.pyadds extensive scenario coverage for queuedresponse.create, cancellation, and error correlation.uv run pytest -s tests/realtime/test_openai_realtime.py -k "response_create or response_control or close"; pass criteria: all selected sequencing tests pass with no intermittent failures.src/agents/extensions/models/any_llm_model.pyusesprovider._aresponses(...)with a compatibility shim and comments explaining publicaresponses()validation limitations in any-llm 1.11.0.uv run pytest -s tests/models/test_any_llm_model.pyon Python 3.11+ withopenai-agents[any-llm]; pass criteria: all AnyLLM unit tests pass, including responses/chat selection and streaming normalization paths.src/agents/mcp/server.pyadds_InitializedNotificationTolerantStreamableHTTPTransportandignore_initialized_notification_failurewiring; tests verify initialized failures are tolerated while other failures still raise.uv run pytest -s tests/mcp/test_streamable_http_client_factory.py; pass criteria: initialized-notification tolerance tests pass and non-initialized failure propagation test remains strict.Notes:
git tag -l 'v*' --sort=-v:refname | head -n1→v0.13.0) per request.git rev-parse HEAD→b6d9b03051e383ec98842c9d014bce75ee3865bc.