Merged
Conversation
ac53702 to
74013c3
Compare
74013c3 to
940c310
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.12.5 -> TARGET 940c310)
This is a release readiness report done by
$final-release-reviewskill.Diff
v0.12.5...940c310
Release call:
🟢 GREEN LIGHT TO SHIP Version bump to
0.13.0matches user-facing changes, and no concrete release-blocking regressions are evidenced in the diff.Scope summary:
src/agents/mcp,src/agents/models,src/agents/run_internal, memory/session handling, realtime defaults, and extensive targeted test additions.Risk assessment (ordered by impact):
gpt-realtime-1.5src/agents/realtime/openai_realtime.pyswitches default model fromgpt-realtimetogpt-realtime-1.5; docs and tests updated indocs/realtime/*andtests/realtime/test_openai_realtime.py.src/agents/realtime/openai_realtime.py,docs/realtime/guide.md,docs/realtime/quickstart.md,tests/realtime/test_openai_realtime.pyuv run pytest -q tests/realtime/test_openai_realtime.py -k "defaults_to_gpt_realtime_1_5 or session_config_defaults_audio_formats_when_not_call"; pass criteria: both tests pass and release notes explicitly call out the default-model change.list_resources,list_resource_templates,read_resource, andsession_idplumbing insrc/agents/mcp/server.py; dedicated new tests added.src/agents/mcp/server.py,tests/mcp/test_mcp_resources.py,tests/mcp/test_streamable_http_session_id.pyuv run pytest -q tests/mcp/test_mcp_resources.py tests/mcp/test_streamable_http_session_id.py; pass criteria: all tests pass with no flaky failures.src/agents/run_internal/tool_execution.py,src/agents/extensions/memory/sqlalchemy_session.py,src/agents/memory/openai_responses_compaction_session.py, plus new/expanded tests for eager task factory, cross-loop session writes, and compaction ID stripping.src/agents/run_internal/tool_execution.py,src/agents/extensions/memory/sqlalchemy_session.py,src/agents/memory/openai_responses_compaction_session.py,tests/test_run_step_execution.py,tests/extensions/memory/test_sqlalchemy_session.py,tests/memory/test_openai_responses_compaction_session.pyuv run pytest -q tests/test_run_step_execution.py -k eager_task_factory tests/extensions/memory/test_sqlalchemy_session.py -k concurrent tests/memory/test_openai_responses_compaction_session.py -k orphaned; pass criteria: all targeted concurrency/compaction tests pass.Notes:
git tag -l 'v*' --sort=-v:refname | head -n1->v0.12.5).HEAD(940c31076ab32c57b61acaea5119e4cb511bf884).