refactor: unify OpenAI provider identity (#88451)

* refactor: unify OpenAI provider identity

* refactor: move legacy oauth sidecar doctor helpers

* test: align OpenAI fixtures after rebase

* test: clean OpenAI provider unification

* fix: finish OpenAI provider cleanup

* fix: finish OpenAI cleanup follow-through

* fix: finish OpenAI CI cleanup
This commit is contained in:
Peter Steinberger
2026-05-31 00:29:44 +01:00
committed by GitHub
parent 8d6a6e9d03
commit 4c33aaa86c
519 changed files with 4698 additions and 5424 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ Key policy rules:
surfaces, such as a provider/model ref, channel config, CLI backend, or agent
harness runtime.
- OpenAI-family Codex routing keeps provider and runtime plugin boundaries
separate: `openai-codex/*` is legacy config repaired by doctor, while the bundled
separate: legacy Codex model refs are legacy config repaired by doctor, while the bundled
`codex` plugin owns Codex app-server runtime for canonical `openai/*` agent
refs, explicit `agentRuntime.id: "codex"`, and legacy `codex/*` refs.