[codex] Cover auth-routed plugin tool visibility#27460
Closed
felixxia-oai wants to merge 2 commits into
Closed
Conversation
This was referenced Jun 10, 2026
felixxia-oai
force-pushed
the
plugin-auth-routing-route-model
branch
3 times, most recently
from
June 10, 2026 21:54
272c710 to
e7cd1d0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
This is PR2 in the plugin auth-routing stack. The broader goal is to enable plugins for API-key login users while preserving the existing ChatGPT/SIWC connected-app path. Plugins with app definitions authenticate through SIWC today; API-key users need the equivalent plugin capability through MCP/OAuth.
PRs Goals
The goal of this stack is to add guardrails that ensure Codex includes the appropriate plugin app and MCP surfaces based on the auth type.
Summary
Validation
git diff --check cargo test -p codex-core --test all explicit_plugin_mentions_use_Both pass locally.