Codex Desktop suggests installing GitHub from claude-plugins-official even though github@openai-curated is enabled
What version of the Codex App are you using (From “About Codex” dialog)?
26.423.10653
What subscription do you have?
Pro
What platform is your computer?
Microsoft Windows NT 10.0.26200.0 x64
What issue are you seeing?
In Codex Desktop, when I type a prompt containing GitHub, the prompt box shows an inline suggestion saying “为此提示使用 GitHub 插件” / “Use GitHub plugin for this prompt”, with an “Install” button.
<img width="1890" height="664" alt="Codex Desktop prompt box showing GitHub plugin install suggestion" src="https://github.com/user-attachments/assets/cfb3fc8c-c697-47dd-a8c5-5f594b82c0c5" />
Clicking the Install button opens an install dialog for GitHub from claude-plugins-official. The dialog shows:
- Plugin name:
GitHub - Marketplace/source label:
claude-plugins-official - Category:
productivity - Included content: MCP server
github
<img width="1790" height="1038" alt="Codex Desktop install dialog showing GitHub from claude-plugins-official" src="https://github.com/user-attachments/assets/2e45d41c-3868-46cf-8720-0a3f59178e5c" />
This is confusing because the OpenAI-curated GitHub plugin is already enabled locally.
Relevant local config state:
github@openai-curatedis enabled.claude-plugins-officialwas imported as an additional marketplace.- The only enabled plugins from
claude-plugins-officialarecontext7andplaywright. - There is no
github@claude-plugins-officialenabled in my Codex config.
The visible issue is that Codex Desktop recommends installing GitHub from the imported Claude marketplace instead of recognizing or preferring the already enabled github@openai-curated plugin / GitHub app surface.
What steps can reproduce the bug?
- Open Codex Desktop on Windows.
- Ensure
github@openai-curatedis enabled. - Import an additional marketplace, for example
claude-plugins-official. - Ensure no GitHub plugin from
claude-plugins-officialis enabled. - Start a new prompt.
- Type
GitHub. - Observe the inline suggestion above the prompt box.
- Click the suggestion’s Install button.
Observed result:
Codex Desktop opens an install dialog for GitHub from claude-plugins-official, even though github@openai-curated is already enabled.
I could not find an exact duplicate issue. Related but different issues include:
- #18454, about plugin search not matching plugin descriptions.
- #16083, about disabling the built-in GitHub app.
What is the expected behavior?
If github@openai-curated is already enabled, Codex Desktop should not suggest installing another GitHub plugin for the prompt.
If Codex still wants to show a GitHub-related suggestion, it should resolve to the already enabled OpenAI-curated GitHub plugin / GitHub app surface rather than an install prompt for GitHub from claude-plugins-official.
More generally, prompt-box plugin recommendations should take enabled plugin state, marketplace source, and compatibility/ranking into account.
Additional information
This may be an enabled-state detection, marketplace source ranking, or plugin compatibility filtering issue.
I am attaching two screenshots:
- The prompt box after typing
GitHub, showing the inline suggestion “为此提示使用 GitHub 插件” with an Install button. - The install dialog opened from that suggestion, showing
GitHubfromclaude-plugins-official, categoryproductivity, and included MCP servergithub.
The issue is about Codex Desktop UI/recommendation behavior. The OpenAI-curated GitHub plugin itself appears to be installed and enabled.