release: 0.22.1 - #4576
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9b14fff3dd
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
5c67dd0 to
cd7cce0
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: cd7cce0e6b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
90857dc to
19f0378
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 19f0378daf
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
1114039 to
50cc828
Compare
50cc828 to
70b2af3
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 70b2af3041
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
ed66af2 to
fa627d2
Compare
fa627d2 to
4826f77
Compare
|
@codex review |
|
Codex Review: Didn't find any major issues. Keep them coming! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
|
Security review completed. No security issues were found in this pull request. Reviewed commit: Only the user who started this review can view the report in Codex. ℹ️ About Codex security reviews in GitHubThis is an experimental Codex feature. Security reviews are triggered when:
Once complete, Codex will leave suggestions, or a comment if no findings are found. |
Release readiness review (v0.22.0 -> TARGET 4826f77)
This is a release readiness report done by
$final-release-reviewskill.Diff
v0.22.0...4826f77
Release intent
Release call
🟢 GREEN LIGHT TO SHIP No confirmed release blocker remains. The candidate contains current main plus one three-file release commit, and its version metadata and frozen API contract agree.
Scope summary
pyproject.toml,uv.lock, andtests/fixtures/released_api_contract.json.Risk assessment (ordered by impact)
Encrypted Session transformations and compaction ownership are preserved
src/agents/run_internal/session_persistence.py,src/agents/memory/openai_responses_compaction_session.py,src/agents/extensions/memory/encrypt_session.py.Resume recovery and resource cleanup have explicit boundaries
src/agents/run_state.py,src/agents/run.py,src/agents/result.py,src/agents/voice/,src/agents/sandbox/session/.Public additions preserve existing defaults and call shapes
src/agents/run_config.py,src/agents/mcp/,src/agents/tool.py,src/agents/voice/,src/agents/sandbox/sandboxes/.Publishing now requires explicit maintainer release operations
.github/RELEASING.md,.github/workflows/publish.yml.Documentation coverage (non-blocking)
4f569ed5c69a64cc25f9466af25ca0ed8c528138; all 16 current file patches reviewed.docs/models/index.md: clarify paired Chat Completions tool outputs and the OpenAI-adapter scope of empty-truncation errors.docs/tools.md: explain rejection of**kwargskeys colliding with named parameters.docs/voice/pipeline.mdanddocs/sandbox/clients.md: explain cancellation consumption and final PTY-output settlement.docs/sessions/encrypted_session.md: document encrypted compaction composition and its TTL/rollback boundary.Notes
origin/main.