build(deps): bump @openai/codex-sdk from 0.101.0 to 0.104.0 in /services/agent#64
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
Bumps [@openai/codex-sdk](https://github.com/openai/codex/tree/HEAD/sdk/typescript) from 0.101.0 to 0.104.0. - [Release notes](https://github.com/openai/codex/releases) - [Commits](https://github.com/openai/codex/commits/rust-v0.104.0/sdk/typescript) --- updated-dependencies: - dependency-name: "@openai/codex-sdk" dependency-version: 0.104.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Dependency Review:
|
| Field | Value |
|---|---|
| Package | @openai/codex-sdk |
| Version change | 0.101.0 → 0.104.0 |
| Bump type | Minor |
| Intermediate versions | 0.102.0, 0.103.0, 0.104.0 |
Dependency Changes Analysis
TypeScript SDK API: No changes. I diffed the SDK source files (index.ts, codex.ts, thread.ts, events.ts, threadOptions.ts, items.ts) between rust-v0.101.0 and rust-v0.104.0 — all are identical. The SDK exports, types, and interfaces remain unchanged:
Codexclass — unchangedThreadtype — unchangedThreadEvent,ModelReasoningEffort,ThreadOptions— unchanged- All methods (
startThread,resumeThread,runStreamed) — unchanged
Rust Core Changes (bundled binary): The updates are in the native Codex binary, not the TypeScript wrapper:
- 0.104.0: WebSocket proxy support (
WS_PROXY/WSS_PROXYenv vars), thread archive notifications, distinct command approval IDs - 0.103.0: Richer app metadata, commit co-author attribution hooks
- 0.102.0: Various internal fixes (remote compaction, model selection, toolchain updates)
None of these changes affect the SDK API surface we use.
Codebase Impact Analysis
Usage sites found:
services/agent/src/sdk/codex/adapter.ts:20— importsCodex,Thread,ThreadEvent,ModelReasoningEffortservices/agent/src/sdk/codex/translator.ts— defines local interfaces matching SDK events (doesn't import SDK types directly)
API usage verified:
new Codex({ apiKey, env })— constructor unchangedcodex.startThread({ workingDirectory, sandboxMode, approvalPolicy, model, modelReasoningEffort, skipGitRepoCheck })— all options still validcodex.resumeThread(threadId, options)— unchangedthread.runStreamed(text)— unchanged- Event types (
thread.started,turn.completed,item.started,item.completed) — unchanged
Verification Results
| Check | Result |
|---|---|
| CI Status | ✅ Passed |
| Local Tests | ✅ 256/256 passed |
| TypeScript | ✅ No errors |
| Build | ✅ Success |
Verdict: Safe to merge
This is a minor version bump where the TypeScript SDK source is identical between versions. All changes are in the underlying Rust binary (new features, bug fixes) with no breaking API changes. Our usage sites are unaffected, and all tests pass.
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.
Bumps @openai/codex-sdk from 0.101.0 to 0.104.0.
Release notes
Sourced from
@openai/codex-sdk's releases.... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)