Release 0.14.0#2890
Merged
Merged
Conversation
seratch
approved these changes
Apr 15, 2026
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.13.6 -> TARGET 325db84)
This is a release readiness report done by
$final-release-reviewskill.Diff
v0.13.6...325db84
Release call:
🟢 GREEN LIGHT TO SHIP Version is bumped to
0.14.0, scope is large but paired with substantial new coverage and no concrete release-blocking regressions found.Scope summary:
src/agents/sandbox/**runtime and provider adapters,run.py/run_state.pyorchestration and persistence updates, extensivetests/sandbox/**andtests/extensions/test_sandbox_*.py, plus major docs/examples additions.Risk assessment (ordered by impact):
pyproject.tomladdswebsockets>=15,<16to core dependencies, updateslitellmextra constraint, and adds many new extras (docker,blaxel,daytona,e2b,modal,runloop,vercel,temporal,s3).pyproject.toml,uv.lockuv sync --all-extras --all-packages --group devandmake tests; pass criteria: dependency resolution succeeds and full test suite passes in CI.CURRENT_SCHEMA_VERSIONmoved to1.9with added summaries and broader serialization/deserialization paths (agent identity keys, sandbox payload, custom tool calls); corresponding tests added/updated under run-state and sandbox suites.src/agents/run_state.py,src/agents/run.py,tests/test_run_state.py,tests/sandbox/test_session_state_roundtrip.py,tests/sandbox/test_runtime.pyuv run pytest -q tests/test_run_state.py tests/test_run_impl_resume_paths.py tests/sandbox/test_session_state_roundtrip.py; pass criteria: all targeted persistence/resume tests pass.Notes:
git status --shortreturned no changes).v0.13.6) per request.