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.7.0 -> TARGET 93cffe1)
This is a release readiness report done by
$final-release-reviewskill.Diff
v0.7.0...93cffe1
Release call:
🟢 GREEN LIGHT TO SHIP Major refactor and new features look well-covered by tests, with no explicit breaking-change flags beyond the 0.8.0 bump.
Scope summary:
src/agents/run_internal), run state/persistence, HITL/approvals, MCP, memory sessions, realtime, tests, docs/examples.Risk assessment (ordered by impact):
Runner refactor and new run_internal orchestration
src/agents/run.py,src/agents/run_internal/run_loop.py,src/agents/run_internal/turn_resolution.py,src/agents/run_internal/tool_execution.py,src/agents/result.py,src/agents/items.py,tests/test_agent_runner.py,tests/test_agent_runner_streamed.pyRunState + session persistence changes
src/agents/run_state.py,src/agents/run_internal/session_persistence.py,src/agents/memory/session_settings.py,src/agents/memory/openai_conversations_session.py,tests/test_run_state.py,tests/test_run_impl_resume_paths.pyHITL/approvals and tool flow adjustments
src/agents/run_internal/approvals.py,src/agents/util/_approvals.py,src/agents/tool.py,src/agents/items.py,src/agents/mcp/server.py,tests/test_hitl_error_scenarios.py,tests/mcp/test_mcp_approval.pyRealtime and MCP behavior tweaks
src/agents/realtime/openai_realtime.py,src/agents/realtime/session.py,src/agents/mcp/util.py,tests/realtime/test_session.py,tests/mcp/test_mcp_util.pyNotes:
v0.7.0, TARGET93cffe1f54a56f36fde411da9ce9755a8f210f34.$code-change-verificationhave already passed for this target.