Skip to content

(MOT-3909) fix(provider-openai-codex): drop stale auth-credentials manifest dependency - #457

Merged
ytallo merged 1 commit into
mainfrom
fix/provider-openai-codex-drop-auth-credentials-dep
Jul 9, 2026
Merged

(MOT-3909) fix(provider-openai-codex): drop stale auth-credentials manifest dependency#457
ytallo merged 1 commit into
mainfrom
fix/provider-openai-codex-drop-auth-credentials-dep

Conversation

@ytallo

@ytallo ytallo commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Summary

  • provider-openai-codex/iii.worker.yaml declared a hard dependency on auth-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.
  • Result: iii worker add provider-openai-codex fails with HTTP 422 worker_not_found for every user, unconditionally.
  • The source already tolerates the vault's absence at runtime (falls back to ~/.codex/auth.json when no vault is running), so the manifest dependency was never load-bearing.
  • Drops the stale auth-credentials line from dependencies:.

Fixes MOT-3909

Test plan

  • After merge, cut a provider-openai-codex patch release and confirm iii worker add provider-openai-codex resolves successfully

…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.
@vercel

vercel Bot commented Jul 9, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
workers Ready Ready Preview, Comment Jul 9, 2026 2:47am
workers-tech-spec Building Building Preview, Comment Jul 9, 2026 2:47am

Request Review

@coderabbitai

coderabbitai Bot commented Jul 9, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@ytallo, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 6 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: cef79dab-26ce-4a4f-a591-e28bbf7ca0dc

📥 Commits

Reviewing files that changed from the base of the PR and between 5a4767f and 4683938.

📒 Files selected for processing (1)
  • provider-openai-codex/iii.worker.yaml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/provider-openai-codex-drop-auth-credentials-dep

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.

@ytallo
ytallo merged commit c564dcf into main Jul 9, 2026
5 of 8 checks passed
@ytallo ytallo changed the title fix(provider-openai-codex): drop the auth-credentials manifest depend… (MOT-3909) fix(provider-openai-codex): drop stale auth-credentials manifest dependency Jul 9, 2026
@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

skill-check — worker

0 verified, 41 skipped (no docs/).

Layer Result
structure
vale
ai
render

Four for four. Nicely done.

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