Release 0.19.0#3874
Open
github-actions[bot] wants to merge 6 commits into
Open
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.18.3 -> TARGET origin/main@2fa463571)
This is a release readiness report done by
$final-release-reviewskill.Diff
v0.18.3...2fa4635
Release call:
🟢 GREEN LIGHT TO SHIP No confirmed runtime, compatibility, security, or packaging blocker; remaining findings are documentation and release-branch synchronization work.
Scope summary:
+10,913/-1,388).uv lock --checkandgit diff --checkpassed; 1,231 focused tests effectively passed; the full documentation build completed; the realgpt-5.6Programmatic Tool Calling example passed end to end.Risk assessment (ordered by impact):
Programmatic Tool Calling lacks SDK narrative and release documentation
ProgrammaticToolCallingTool,ToolCaller,allowed_callers, andoutput_json_schemaare exported, and the live example passed with nine program-issued calls. However,README.mdand the English guides contain no narrative PTC section or v0.19.0 release highlight.src/agents/tool.py,src/agents/__init__.py,examples/tools/programmatic_tool_calling.py,docs/tools.md,docs/release.mdmake build-docs; pass when the guide builds and links to the runnable example.Nested-handoff guides describe the previous transcript shape
RunConfigand the new ownership tests implement ordered segments, butdocs/handoffs.mdanddocs/running_agents.mdstill state that history is collapsed into a single assistant message.src/agents/run_config.py,src/agents/handoffs/history.py,docs/handoffs.md,docs/running_agents.mdmake build-full-docs; pass when all languages describe ordered summary segments and lossless message preservation.The release branch does not yet contain the reviewed target
origin/release/v0.19.0=b2158f3e9;2fa463571is not its ancestor. The target-only change is documentation commit2fa463571, while the release branch carries the expected0.19.0version bump.pyproject.toml,uv.lockorigin/mainintorelease/v0.19.0. Pass whengit merge-base --is-ancestor 2fa463571 origin/release/v0.19.0succeeds and the remaining release-only diff is limited to the intended version files.No confirmed runtime or non-beta API regression
gpt-5.6PTC workflow completed successfully. NewFunctionToolfields are keyword-only, top-level exports are additive, and RunState 1.13 retains older readable schemas.src/agents/,tests/Notes:
origin/mainwere freshly fetched;BASE_TAG=v0.18.3,TARGET=2fa463571e76dae8ff267622f1018eaf06ffeb9f.mkdocs buildcompleted successfully with warnings, not errors.