Conversation
c5e69dc to
8997bbd
Compare
8997bbd to
646bc33
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.6 -> TARGET 646bc33)
This is a release readiness report done by
$final-release-reviewskill.Diff
v0.14.6...646bc33
Release call:
🟢 GREEN LIGHT TO SHIP No blocking regression, packaging break, or unversioned breaking public API change was identified in the release diff.
Scope summary:
Risk assessment (ordered by impact):
No material risks identified.
Sandbox archive and local file validation is stricter
2eb8713badds Windows path rejection, duplicate/non-directory archive path validation, andvalidate_tarfile(..., allow_symlinks=False)in extraction;ba889de4routesLocalFilethrough the saferLocalDiropen path and rejects symlinked source ancestors/leaves before checksum/write.src/agents/sandbox/session/archive_extraction.py,src/agents/sandbox/util/tar_utils.py,src/agents/sandbox/entries/artifacts.py,tests/sandbox/test_extract.py,tests/sandbox/test_tar_utils.py,tests/sandbox/test_entries.pyuv run pytest tests/sandbox/test_extract.py tests/sandbox/test_tar_utils.py tests/sandbox/test_entries.py; pass criteria: all new archive rejection and local symlink rejection tests pass.Tool item helpers and Responses API input cleanup are additive or bug-fix scoped
ToolCallItem.tool_name,ToolCallItem.call_id, andToolCallOutputItem.call_idare additive properties, while dropping dictstatus: Nonebefore model input reduces invalid API payload risk without changing populated statuses.5df41d30adds convenience properties with tests for typed raw items and dict raw items;8025ed0bremoves onlystatuskeys whose value isNoneinrun_item_to_input_item.src/agents/items.py,src/agents/run_internal/items.py,tests/test_items_helpers.pyuv run pytest tests/test_items_helpers.py; pass criteria: helper property tests and existing input item normalization tests pass.Sandbox compaction and memory tuning are scoped
max_turns, which may increase work for unusually long consolidations but does not alter general runner defaults.ebdb0f2eadds GPT-5.5 snapshot/pro aliases plus parametrized compaction tests;b3688db7changes onlyrun_phase_two(... max_turns=500).src/agents/sandbox/capabilities/compaction.py,src/agents/sandbox/memory/phase_two.py,tests/sandbox/test_compaction.pyuv run pytest tests/sandbox/test_compaction.py; pass criteria: model alias context-window expectations pass. For extra release confidence, run a targeted Phase 2 memory smoke if available in CI.Notes:
v0.14.6.646bc33f4ddd5cbaa6ccb801fd629ca7fea98a6e.make format,make lint,make typecheck, andmake tests.