Conversation
2694b1b to
24ba93a
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.14.7 -> TARGET 24ba93a)
This is a release readiness report done by
$final-release-reviewskill.Diff
v0.14.7...24ba93a
Release call:
🟢 GREEN LIGHT TO SHIP No blocking regression, breaking API change, packaging issue, data-loss risk, or security-impacting issue was identified in the v0.14.7...TARGET diff.
Scope summary:
05004336fix: agents.mcp masks the real import error when importingMCPServerStreamableHttp#3046 preserve MCP re-export import errors (fix: #3046 preserve MCP re-export import errors #3048)0661c9e9fix:SandboxAgentcustom instructions render inside SDK shell-command guidance #3043 delimit sandbox prompt instruction sections (fix: #3043 delimit sandbox prompt instruction sections #3047)572c7bf1docs: fix typo in comment for WS event handler (docs: fix typo in comment for WS event handler #3050)24ba93a3Bump version to 0.14.8Risk assessment (ordered by impact):
No material risks identified.
MCP re-exports now use lazy import error preservation
src/agents/mcp/__init__.pyreplaces eager server/manager imports wrapped in broadImportErrorsuppression with__getattr__lazy exports, andtests/mcp/test_mcp_imports.pycovers both package import success and chained import error preservation.src/agents/mcp/__init__.py,tests/mcp/test_mcp_imports.pyuv run pytest tests/mcp/test_mcp_imports.py; pass criteria: both MCP import tests pass.Sandbox instructions now add explicit section delimiters
src/agents/sandbox/runtime_agent_preparation.pywraps agent, capability, and remote mount policy fragments in titled sections; updated tests assert expected headings and ordering before filesystem instructions.src/agents/sandbox/runtime_agent_preparation.py,tests/sandbox/test_runtime.py,tests/test_sandbox_runtime_agent_preparation.pyuv run pytest tests/test_sandbox_runtime_agent_preparation.py tests/sandbox/test_runtime.py -k sandbox; pass criteria: sandbox instruction composition tests pass.Release metadata bump is consistent
pyproject.tomlanduv.lockboth updateopenai-agentsfrom0.14.7to0.14.8; no dependency versions or Python requirements changed.pyproject.toml,uv.lockuv run python -c "import importlib.metadata as m; print(m.version('openai-agents'))"in the synced environment; pass criteria: reported version is0.14.8.Notes:
git tag -l 'v*' --sort=-v:refname | head -n1:v0.14.7.git rev-parse HEAD:24ba93a39c99d9c59c5d2ab88d868038db69c67d.