chore(deps): bump the codex group across 3 directories with 2 updates - #968
Merged
mldangelo-oai merged 3 commits intoSep 18, 2026
Conversation
--- updated-dependencies: - dependency-name: "@openai/codex" dependency-version: 0.155.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: codex - dependency-name: "@openai/codex-sdk" dependency-version: 0.155.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: codex - dependency-name: "@openai/codex-sdk" dependency-version: 0.155.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: codex - dependency-name: "@openai/codex-sdk" dependency-version: 0.155.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: codex ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/plugins/codex-security/mcp-app/codex-2ad6a7f258
branch
from
September 18, 2026 16:18
a64792f to
5be1e94
Compare
mldangelo-oai
approved these changes
Sep 18, 2026
Collaborator
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. |
|
Codex Review: Didn't find any major issues. Already looking forward to the next diff. 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". |
mldangelo-oai
approved these changes
Sep 18, 2026
mldangelo-oai
deleted the
dependabot/npm_and_yarn/plugins/codex-security/mcp-app/codex-2ad6a7f258
branch
September 18, 2026 17:04
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
Update the bundled Codex CLI and TypeScript SDK from 0.154.0 to 0.155.0 so the CLI, MCP app, and triage evals use the same release.
Changes
@openai/codexand@openai/codex-sdkin the TypeScript SDK and@openai/codex-sdkin the MCP app and triage eval package.Testing
pnpm --dir sdk/typescript run types,run format, andrun build:ci: passed.pnpm --dir sdk/typescript run build:plugin: passed. The plugin source compatibility check and all nine checker tests passed.codex-cli 0.155.0; itsexec --helpsmoke check passed.Risk and rollout
This updates the shipped runtime, so package verification and Windows, macOS, and Linux CI should pass before merge. Local verification used fixtures and CLI startup; no live model calls or real integration credentials were used. The TypeScript SDK source files are unchanged between the upstream release tags. No public wrapper CLI settings change.
Public disclosure review