Skip to content

Make provider readiness follow the selected model - #1074

Open
koko3tallah wants to merge 2 commits into
PostHog:mainfrom
koko3tallah:codex/provider-aware-readiness
Open

Make provider readiness follow the selected model#1074
koko3tallah wants to merge 2 commits into
PostHog:mainfrom
koko3tallah:codex/provider-aware-readiness

Conversation

@koko3tallah

Copy link
Copy Markdown

Fixes #918.

The early TUI check currently evaluates Anthropic before the switchboard has resolved the model, then the runner trusts that cached result. That can stop an OpenAI-only run because Anthropic happens to be degraded.

This keeps the early infrastructure checks, but moves provider gating to the point immediately after the final run binding is resolved. The fresh check targets the exact vendor API component selected by the model:

  • Anthropic models check Claude API (api.anthropic.com)
  • OpenAI models check Responses

Only a confirmed component outage blocks an interactive run. Degraded status, missing components, and status-page request failures stay advisory. CI and headless runs keep the existing advisory behavior.

Coverage includes the original cache seam: a stored TUI result does not prevent an OpenAI binding from receiving a fresh OpenAI provider check.

Verified with:

  • pnpm test (1,755 tests)
  • pnpm build
  • pnpm fix

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.

Health check blocks pi/OpenAI-only runs on Anthropic outages

1 participant