Conversation
8c247ee to
93dc4ac
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.15.0 -> TARGET 93dc4ac)
This is a release readiness report done by
$final-release-reviewskill.Diff
v0.15.0...93dc4ac
Release call:
🟢 GREEN LIGHT TO SHIP Patch release scope is narrow, covered by focused tests, and no release-blocking regression, packaging break, or unversioned breaking change was identified.
Scope summary:
Risk assessment (ordered by impact):
No material risks identified.
Responses websocket keepalive options added to public configuration paths
OpenAIResponsesWebSocketOptionsis added and exported;OpenAIProvider,MultiProvider, andresponses_websocket_sessionpass it through only when supplied;OpenAIResponsesWSModel._open_websocket_connectionconditionally addsping_intervalandping_timeout.src/agents/models/openai_responses.py,src/agents/models/openai_provider.py,src/agents/models/multi_provider.py,src/agents/responses_websocket_session.py,src/agents/__init__.pyuv run pytest -q tests/test_config.py tests/test_openai_responses.py; pass criteria: keepalive option pass-through tests and existing websocket reuse tests pass.UnixLocal PTY child processes now restore SIGINT/SIGQUIT defaults
_restore_pty_child_signal_defaults()is called in the PTY childpreexec_fn, andtests/sandbox/test_unix_local.pyasserts signal-driven exit codes for SIGINT and SIGQUIT while the parent ignores those signals.src/agents/sandbox/sandboxes/unix_local.py,tests/sandbox/test_unix_local.pyuv run pytest -q tests/sandbox/test_unix_local.py; pass criteria: PTY signal regression tests pass on Unix CI.Dapr Redis integration fixture changed component loading path and readiness checks
-components-pathto-resources-path, adjusts mounted file permissions, and waits for thestatestorecomponent through the metadata endpoint before proceeding.tests/extensions/memory/test_dapr_redis_integration.pyuv run pytest -q tests/extensions/memory/test_dapr_redis_integration.py; pass criteria: Redis state store component loads and integration tests pass.Patch release includes documentation updates for prior 0.15.0 breaking-change notes
docs/release.mdadds the 0.15.0ModelRefusalErrorbreaking-change note;docs/quickstart.mdadds Windows activation and API key examples; translated docs are updated.docs/release.md,docs/quickstart.md,docs/ja/*,docs/ko/*,docs/zh/*make build-docs; pass criteria: MkDocs build completes without navigation or markdown errors.Notes:
v0.15.0, pergit tag -l 'v*' --sort=-v:refname | head -n1.93dc4ac0b5c0d56d19ba756e6c7f4f46563afc41, pergit rev-parse HEAD.