fix: surface Codex CLI-only models

This commit is contained in:
Vesper 🌙 2026-05-04 01:45:32 +00:00 committed by kshitij
parent c6dc295a35
commit 9457644390
4 changed files with 36 additions and 9 deletions

View file

@ -1342,7 +1342,7 @@ def list_authenticated_providers(
if not has_creds:
continue
if hermes_slug in {"copilot", "copilot-acp"}:
if hermes_slug in {"openai-codex", "copilot", "copilot-acp"}:
model_ids = provider_model_ids(hermes_slug)
# For aws_sdk providers (bedrock), use live discovery so the list
# reflects the active region (eu.*, ap.*) not the static us.* list.