fix(providers): upgrade Codex runtime to 0.155.1 - #1267
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Bugbot couldn't run - usage limit reachedBugbot 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) |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: arul28/ADE/.coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (7)
📒 Files selected for processing (11)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. 📝 WalkthroughWalkthroughChangesThe pull request upgrades Codex version upgrade
Priority: ⬇️ Low Estimated code review effort: 2 (Simple) | ~10 minutes Change: Other Suggested labels: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Docstring CoverageExplanation 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.)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 Generate unit tests (beta)
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. Comment |
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
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_VERSIONand 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
Documentation
Tests