(MOT-3909) fix(provider-openai-codex): drop stale auth-credentials manifest dependency - #457
Conversation
…ency auth-credentials was removed from this repo on 2026-05-18 (#153, old-worker cleanup) and was never re-published — it's not in the registry and this is the only worker still declaring it. iii worker add provider-openai-codex fails with a 422 (worker_not_found) as a result. The source already has a graceful fallback for when no vault is running (~/.codex/auth.json dev fallback), so the code doesn't need this as a hard dependency.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
Next review available in: 6 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 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 |
skill-check — worker0 verified, 41 skipped (no docs/).
Four for four. Nicely done. |
Summary
provider-openai-codex/iii.worker.yamldeclared a hard dependency onauth-credentials: "^0.1.0". That worker was removed from this repo on 2026-05-18 (feat: removing old rust workers #153, old-worker cleanup) and never re-published — it's not in the registry, and provider-openai-codex (added later in feat(provider-openai-codex): Codex (ChatGPT subscription) Responses provider #382) is the only worker still declaring it.iii worker add provider-openai-codexfails with HTTP 422worker_not_foundfor every user, unconditionally.~/.codex/auth.jsonwhen no vault is running), so the manifest dependency was never load-bearing.auth-credentialsline fromdependencies:.Fixes MOT-3909
Test plan
iii worker add provider-openai-codexresolves successfully