Open
Conversation
eab8cb4 to
03921bb
Compare
03921bb to
ac53702
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 ac53702)
This is a release readiness report done by
$final-release-reviewskill.Diff
v0.12.5...ac53702
Release call:
🟢 GREEN LIGHT TO SHIP Version bump to
0.13.0matches the user-visible changes; no concrete release-blocking regressions were identified in the reviewed diff.Scope summary:
Risk assessment (ordered by impact):
gpt-realtimetogpt-realtime-1.5.src/agents/realtime/openai_realtime.pydefault model constant and constructor/session fallback changed; corresponding assertions added intests/realtime/test_openai_realtime.py; docs updated indocs/realtime/guide.mdanddocs/realtime/quickstart.md.src/agents/realtime/openai_realtime.py,tests/realtime/test_openai_realtime.py,docs/realtime/guide.md,docs/realtime/quickstart.mduv run pytest -q tests/realtime/test_openai_realtime.py -k "gpt_realtime_1_5 or session_config_defaults_audio_formats_when_not_call"and confirm release notes explicitly call out the default-model change.list_resources,list_resource_templates,read_resourcemethods andMCPServerStreamableHttp.session_idproperty added insrc/agents/mcp/server.py; dedicated tests added for resources and session ID.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 tests/mcp/test_mcp_server_manager.py; pass criteria is all tests green with no new skips/failures.src/agents/extensions/memory/sqlalchemy_session.py; eager-task cancellation/state fix insrc/agents/run_internal/tool_execution.py; compaction orphaned-assistant-id sanitization insrc/agents/memory/openai_responses_compaction_session.py; corresponding tests added/expanded.src/agents/extensions/memory/sqlalchemy_session.py,src/agents/run_internal/tool_execution.py,src/agents/memory/openai_responses_compaction_session.py,tests/extensions/memory/test_sqlalchemy_session.py,tests/test_run_step_execution.py,tests/memory/test_openai_responses_compaction_session.pyuv run pytest -q tests/extensions/memory/test_sqlalchemy_session.py tests/test_run_step_execution.py tests/memory/test_openai_responses_compaction_session.py; pass criteria is stable pass (especially concurrency/cancellation cases).No material risks identified.
Notes:
v0.12.5.HEAD:ac53702473cf5849c8c13ce805d13d9a350666bb.git status --shortreturned empty).