Merged
Conversation
e6a379c to
45091e3
Compare
45091e3 to
874b137
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.5 -> TARGET 874b137)
This is a release readiness report done by
$final-release-reviewskill.Diff
v0.14.5...874b137
Release call:
🟢 GREEN LIGHT TO SHIP No release-blocking regression, packaging break, data-loss, security, or unversioned breaking API evidence was found.
Scope summary:
c2cb0314 chore: harden uv dependency resolution (#3014)through874b1377 Bump version to 0.14.6.Risk assessment (ordered by impact):
No material risks identified.
GPT-5.5 model refresh across runtime defaults, examples, and docs
gpt-5.5, but the SDK's base default model remains documented asgpt-4.1and callers can still override models.src/agents/sandbox/config.pychangesMemoryGenerateConfig.phase_two_modelfromgpt-5.4togpt-5.5;src/agents/models/default_models.py,src/agents/models/openai_responses.py, and tests addgpt-5.5handling for default reasoning and GA computer-tool payload selection.src/agents/sandbox/config.py,src/agents/models/default_models.py,src/agents/models/openai_responses.py,tests/models/test_default_models.py,tests/test_openai_responses_converter.py,tests/sandbox/test_compaction.py,docs/models/index.md,docs/tools.md,examples/**uv run pytest tests/models/test_default_models.py tests/test_openai_responses_converter.py tests/sandbox/test_compaction.py -q; pass criteria: all focused model-default, computer-tool conversion, and compaction context-window tests pass.Dependency and CI resolver changes
astral-sh/setup-uvto a newer commit withuv 0.11.7, addsexclude-newerresolver settings, and relaxeswebsocketsfrom<16to<17; this is not a confirmed break, but it touches packaging and CI behavior.pyproject.tomladds[tool.uv]and[tool.uv.pip]settings and changeswebsockets>=15.0,<16to<17;uv.lockrecords the new resolver options and dependency specifiers; workflows pin setup-uv withversion: "0.11.7".pyproject.toml,uv.lock,.github/workflows/docs.yml,.github/workflows/publish.yml,.github/workflows/release-pr.yml,.github/workflows/tests.yml,.github/workflows/update-docs.ymluv 0.11.7:make sync && uv build; pass criteria: dependency sync completes from the lockfile and both sdist/wheel artifacts build successfully.MongoDB session documentation surfaced in docs navigation
docs/ref/extensions/memory/mongodb_session.md, new MongoDB session section indocs/sessions/index.md, andmkdocs.ymlnavigation entry; no matching runtime code change in this diff.docs/ref/extensions/memory/mongodb_session.md,docs/sessions/index.md,mkdocs.ymlmake build-docs; pass criteria: MkDocs builds without unresolvedMongoDBSessionreference warnings or navigation errors.Notes:
v0.14.5.HEAD:874b137742d6bbb38cb5da09542556fe7f7d0da7.git diff --check v0.14.5...874b137742d6bbb38cb5da09542556fe7f7d0da7produced no whitespace/conflict-marker output.uvwas not installed in the CI shell used for this report; this is not a release blocker under the review policy.