Skip to content

fix(providers): upgrade Codex runtime to 0.155.1 - #1267

Merged
arul28 merged 1 commit into
mainfrom
ade/provider-upgrade-codex-0-155-0-29df61d1
Sep 20, 2026
Merged

arul28 merged 1 commit into
mainfrom
ade/provider-upgrade-codex-0-155-0-29df61d1

Conversation

@arul28

@arul28 arul28 commented Sep 20, 2026

Copy link
Copy Markdown
Owner

Problem

ADE desktop and CLI were still pinned to Codex 0.153.4, leaving the app-server and packaged native runtime behind the latest stable release.

Cause

The provider package, app-server compatibility pin, native platform manifest, and current integration docs had not moved with the upstream release.

Change and boundary

Upgraded both ADE package manifests and lockfiles to @openai/codex 0.155.1, regenerated the CLI native tool manifest for supported targets, updated the app-server compatibility pin/tests and current Codex docs, and retained existing async-question/reset-credit UI because no new ADE UI is required by 0.155.1. Historical changelog entries remain unchanged.

Verification

  • Codex 0.155.1 app-server initialize smoke over stdio passed.
  • Desktop affected/dependent tests: 76 passed; desktop shard 1/8: 2,284 passed.
  • CLI manifest tests: 17 passed; CLI typecheck and manifest consistency check passed.
  • Documentation validation passed for 267 files.

Authored with GPT-5 via Codex in ADE Work chat.


Note

Medium Risk
Upgrades the bundled Codex app-server binary used for all Codex chat sessions; regressions would affect provider runtime behavior across platforms until rolled back.

Overview
Bumps the pinned OpenAI Codex package from 0.153.4 to 0.155.1 across ade-cli and desktop (package.json / lockfiles), so packaged and CLI-shipped Codex app-server binaries stay on one version.

The ade-cli tools manifest (toolsManifest.generated.json) is refreshed for all platform targets with new tarball URLs and sha512 integrity pins; manifest tests and inline docs/comments that referenced the old alias versions are updated to match.

Desktop updates PINNED_CODEX_APP_SERVER_VERSION and its unit test, plus version mentions in Codex-related shared modules and architecture/chat docs—no new feature gates or protocol logic in this diff.

Reviewed by Cursor Bugbot for commit d183aac. Configure here.

Summary by CodeRabbit

  • Updates

    • Updated the bundled Codex integration to version 0.155.1 across the CLI and desktop applications.
    • Updated the pinned app-server and platform-specific package versions to match.
  • Documentation

    • Refreshed version references and API documentation for Codex features and request handling.
  • Tests

    • Updated version and package resolution checks for Codex 0.155.1.

@vercel

vercel Bot commented Sep 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated
ade Ignored Ignored Sep 20, 2026 7:09pm UTC

@cursor

cursor Bot commented Sep 20, 2026

Copy link
Copy Markdown
Contributor

Bugbot couldn't run - usage limit reached

Bugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit.

A user or team admin can review and increase usage limits in the Cursor dashboard.

(requestId: serverGenReqId_3f1d8a5d-d3f2-466b-ad67-99ce693d6790)

@arul28 arul28 changed the title provider-upgrade-codex-0.155.0 -> Primary fix(providers): upgrade Codex runtime to 0.155.1 Sep 20, 2026
@coderabbitai

coderabbitai Bot commented Sep 20, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: arul28/ADE/.coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: f6dbb7f8-1db4-4942-ba6d-a6f7092e7dbc

📥 Commits

Reviewing files that changed from the base of the PR and between 3494d95 and d183aac.

⛔ Files ignored due to path filters (7)
  • apps/ade-cli/package-lock.json is excluded by !**/package-lock.json, !**/package-lock.json
  • apps/ade-cli/src/services/tools/toolsManifest.generated.json is excluded by !**/*.generated.*
  • apps/desktop/package-lock.json is excluded by !**/package-lock.json, !**/package-lock.json
  • docs/ARCHITECTURE.md is excluded by !docs/**
  • docs/features/chat/README.md is excluded by !docs/**
  • docs/features/chat/agent-routing.md is excluded by !docs/**
  • docs/features/chat/composer-and-ui.md is excluded by !docs/**
📒 Files selected for processing (11)
  • apps/ade-cli/package.json
  • apps/ade-cli/src/services/tools/manifest.test.ts
  • apps/ade-cli/src/services/tools/manifest.ts
  • apps/ade-cli/src/services/tools/paths.ts
  • apps/desktop/package.json
  • apps/desktop/src/main/services/chat/codexAppServerFeatures.test.ts
  • apps/desktop/src/main/services/chat/codexAppServerFeatures.ts
  • apps/desktop/src/renderer/components/settings/providers/bodies/CodexBody.tsx
  • apps/desktop/src/shared/codexPluginList.ts
  • apps/desktop/src/shared/codexRequestUserInput.ts
  • apps/desktop/src/shared/pendingInputAnswers.ts

Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review.


📝 Walkthrough

Walkthrough

Changes

The pull request upgrades @openai/codex from 0.153.4 to 0.155.1 in the CLI and desktop applications. It updates related Darwin ARM64 pins, app-server assertions, and Codex version references.

Codex version upgrade

Layer / File(s) Summary
CLI Codex package and manifest pins
apps/ade-cli/package.json, apps/ade-cli/src/services/tools/*
The CLI dependency, Darwin ARM64 manifest reference, example, and manifest test now use Codex 0.155.1.
Desktop dependency and app-server pin
apps/desktop/package.json, apps/desktop/src/main/services/chat/codexAppServerFeatures*
The desktop dependency and pinned app-server version now use Codex 0.155.1. The related assertion and queue documentation were updated.
Desktop Codex reference updates
apps/desktop/src/renderer/components/settings/providers/bodies/CodexBody.tsx, apps/desktop/src/shared/*
Comments and schema references now identify Codex 0.155.1 for plugin listing and user-input behavior.

Priority: ⬇️ Low

Estimated code review effort: 2 (Simple) | ~10 minutes

Change: Other

Suggested labels: desktop, docs

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 60.00% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 5 functions across 9 files. (2 skipped: 2… Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main change: upgrading the Codex runtime to version 0.155.1.
Full details: Docstring Coverage

Explanation

Docstring coverage is 60.00% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 5 functions across 9 files. (2 skipped: 2 unsupported.)

  • Fix all pre-merge checks with AI
✨ Finishing Touches 💡 1
📝 Generate docstrings 💡
  • Commit to this branch
  • Create a new PR
🧪 Generate unit tests (beta)
  • Commit to this branch
  • Create a new PR

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Devin Review

@arul28
arul28 merged commit d69279f into main Sep 20, 2026
41 checks passed
@arul28
arul28 deleted the ade/provider-upgrade-codex-0-155-0-29df61d1 branch September 21, 2026 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant