Merged
Conversation
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.0 -> TARGET 559dc45)
This is a release readiness report done by
$final-release-reviewskill.Diff
v0.12.0...559dc45
Release call:
🟢 GREEN LIGHT TO SHIP Patch release scope is focused, test coverage was added for the runtime behavior change, and no concrete blocking regressions were found in the diff evidence.
Scope summary:
src/agents/run_context.py,src/agents/run_state.py,src/agents/run_internal/{tool_execution.py,turn_resolution.py},src/agents/realtime/session.py, targeted tests undertests/, docs updates (including retry docs and translations), and version bump to0.12.1.Risk assessment (ordered by impact):
src/agents/run_state.pychangesCURRENT_SCHEMA_VERSIONfrom1.5to1.6, andto_json()always writes current schema; compatibility tests were updated intests/test_run_state.py.src/agents/run_state.py,tests/test_run_state.py,docs/release.md.RunStateemitted by0.12.1requires readers that support schema1.6; pass criterion is a published note in release artifacts.run_context.py,tool_execution.py,turn_resolution.py, andrealtime/session.py; new tests intests/test_agent_runner.py,tests/test_run_context_approvals.py,tests/test_run_context_wrapper.py,tests/test_run_step_execution.py,tests/realtime/test_session.py.src/agents/run_context.py,src/agents/run_internal/tool_execution.py,src/agents/run_internal/turn_resolution.py,src/agents/realtime/session.py,tests/test_agent_runner.py,tests/test_run_step_execution.py,tests/realtime/test_session.py.uv run pytest -s tests/test_agent_runner.py -k rejectionuv run pytest -s tests/test_run_state.py -k rejectionuv run pytest -s tests/test_run_step_execution.py -k rejectionuv run pytest -s tests/realtime/test_session.py -k rejectNotes:
git status --shortreturned no changes).BASE_TAG=v0.12.0,TARGET=559dc45e4b0a21a1814c1ea0f8a3889bf04d89ff).