agentHost: update bundled Codex SDK to 0.149.1 - #333739
Merged
Giuseppe Cianci (Giuspepe) merged 3 commits intoSep 1, 2026
Merged
Conversation
Regenerate the app-server protocol bindings and handle guardian writeStdin review actions introduced by the new SDK.
Copilot started reviewing on behalf of
Giuseppe Cianci (Giuspepe)
September 1, 2026 09:23
View session
Contributor
There was a problem hiding this comment.
Copilot review overview
Review tier: Balanced
Findings: None
What changed in this PR
Updates the bundled Codex SDK to 0.152.0 and aligns Agent Host protocol bindings, fixtures, and guardian review handling.
Changes:
- Updates Codex dependencies and packaged version metadata.
- Regenerates Codex app-server protocol bindings.
- Adds guardian
writeStdinconversion and refreshes typed fixtures.
| File | Description |
|---|---|
package.json |
Updates the root Codex dependency. |
package-lock.json |
Locks Codex 0.152.0 dependencies. |
build/agent-sdk/agents/codex/package.json |
Updates the packaged Agent SDK dependency. |
build/agent-sdk/agents/codex/package-lock.json |
Refreshes packaged dependency locks. |
build/codex/codex-version.txt |
Records the bundled Codex version. |
src/vs/platform/agentHost/node/codex/codexGuardianReview.ts |
Converts and summarizes guardian stdin reviews. |
src/vs/platform/agentHost/test/node/codex/codexAccountState.test.ts |
Refreshes account-response fixtures. |
src/vs/platform/agentHost/test/node/codex/codexCustomizations.test.ts |
Refreshes customization metadata fixtures. |
src/vs/platform/agentHost/test/node/codex/codexGuardianReview.test.ts |
Tests stdin guardian review conversion. |
src/vs/platform/agentHost/test/node/codex/codexMapAppServerEvents.test.ts |
Refreshes event-mapping fixtures. |
src/vs/platform/agentHost/test/node/codex/codexMcpServers.test.ts |
Refreshes MCP status fixtures. |
src/vs/platform/agentHost/test/node/codex/codexModelRefresh.test.ts |
Refreshes model/account fixtures. |
| 822 generated protocol files | Regenerates app-server bindings for Codex 0.152.0. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Use the newest release available from the private VS Code feed while 0.152.0 remains in the seven-day quarantine.
Capture private-feed version selection, protocol regeneration, validation, and launch-based Agent Host verification in a reusable repository skill.
Giuseppe Cianci (Giuspepe)
marked this pull request as ready for review
September 1, 2026 10:33
Giuseppe Cianci (Giuspepe)
enabled auto-merge (squash)
September 1, 2026 10:33
Dirk Bäumer (dbaeumer)
approved these changes
Sep 1, 2026
Giuseppe Cianci (Giuspepe)
deleted the
agents/update-codex-sdk-and-verify-tests
branch
September 1, 2026 10:54
Bhavya U (bhavyaus)
pushed a commit
that referenced
this pull request
Sep 1, 2026
* agentHost: update bundled Codex SDK to 0.152.0 Regenerate the app-server protocol bindings and handle guardian writeStdin review actions introduced by the new SDK. * agentHost: use bundled Codex SDK 0.149.1 Use the newest release available from the private VS Code feed while 0.152.0 remains in the seven-day quarantine. * agentHost: add Codex SDK update skill Capture private-feed version selection, protocol regeneration, validation, and launch-based Agent Host verification in a reusable repository skill.
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.
Summary
Validation