Release 0.19.0#3874
Open
github-actions[bot] wants to merge 8 commits into
Open
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b3c7255723
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
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 @ c994c2a)
This is a release readiness report done by
$final-release-reviewskill.Diff
v0.18.3...c994c2a
Release call:
🟢 GREEN LIGHT TO SHIP No confirmed regression, breaking default behavior, security defect, or packaging failure was found. Complete the standard v0.19.0 release commit and preferably run the live Vercel probe below.
Scope summary:
Risk assessment (ordered by impact):
Programmatic Tool Calling and nested-handoff persistence
program, program-ownedfunction_call, andprogram_output, preservescall_id/caller, copiescallerto function outputs, and continues until an assistant message, matching the [official Programmatic Tool Calling contract](https://developers.openai.com/api/docs/guides/tools-programmatic-tool-calling#understand-program-response-items). RunState was correctly bumped to 1.13 while retaining older supported readers. The focused PTC, handoff, session, and RunState tests passed.src/agents/tool.py,src/agents/items.py,src/agents/run_state.py,src/agents/run_internal/turn_resolution.py,src/agents/handoffs/history.pyuv run pytest -q tests/test_programmatic_tool_calling.py tests/test_run_state.py tests/test_handoff_history_duplication.py tests/test_extension_filters.pygreen. Pass condition: all PTC caller-linkage, approval-resume, session, and handoff-history cases pass.Vercel S3 mount lifecycle
src/agents/extensions/sandbox/vercel/mounts.py,src/agents/extensions/sandbox/vercel/sandbox.py,src/agents/sandbox/util/tar_utils.py,tests/extensions/sandbox/test_vercel.pyRelease version and feature documentation remain release-process steps
0.18.3, while the range contains major feature additions.pyproject.tomlstill declares0.18.3; Programmatic Tool Calling and Vercel mount support add public symbols, but SDK guide coverage for their operational boundaries is limited.pyproject.toml,docs/tools.md,docs/sandbox/guide.md,examples/tools/programmatic_tool_calling.py0.19.0, update lock metadata, and add release notes covering Responses-only PTC,allowed_callers, Vercel’s create-time/non-resumable boundary, credential opt-in, and snapshot exclusion. Pass condition: built package metadata reports0.19.0and the boundaries are documented.E2B optional dependency bump
e2b==2.31.0ande2b-code-interpreter==2.8.1; all 71 E2B adapter tests passed.pyproject.toml,uv.lockuv run pytest -q tests/extensions/sandbox/test_e2b.pygreen. Pass condition: all 71 tests pass.Notes:
origin/mainwere freshly fetched.origin/main.git diff --check,uv lock --check, public import smoke tests, and the declared minimumopenai==2.45.0PTC type import passed.sandbox-exec; all six passed when rerun with the required local access.nest_handoff_historyremains opt-in, and new public constructor fields are appended or keyword-only.