Plugins not showing in Codex v0.125.0 (Only 2 OpenAI plugins visible)
What version of the Codex App are you using (From “About Codex” dialog)?
0.125.0
What subscription do you have?
Free
What platform is your computer?
_No response_
What issue are you seeing?
I am reporting a persistent issue with Codex version 0.125.0 where the plugin system is not functioning correctly. Despite having a valid subscription and trying several troubleshooting steps, the UI only displays 2 "Built by OpenAI" plugins. The full list of marketplace plugins and local tools is missing.
Steps I have already taken (but did not work):
Cleared the app cache in %APPDATA%.
Verified that Git is installed and added to the System PATH.
Manually added "plugins = true" and "enabledPlugins": { "codex@openai-codex": true } in the settings.json / config.toml files.
Used CLI commands like /reload-plugins and codex --no-alt-screen.
Reinstalled the application from the Microsoft Store.
Signed out and signed back into the account.
Expected Behavior:
The app should display all available marketplace plugins and local tools that were accessible in previous versions.
Actual Behavior:
The interface only shows 2 default OpenAI plugins, and the "New Plugin" or "Marketplace" options are either missing or unresponsive.
Environment Details:
Codex Version: 0.125.0
OS: Windows 10/11
Account Type: Free
What steps can reproduce the bug?
I am reporting a persistent issue with Codex version 0.125.0 where the plugin system is not functioning correctly. Despite having a valid subscription and trying several troubleshooting steps, the UI only displays 2 "Built by OpenAI" plugins. The full list of marketplace plugins and local tools is missing.
Steps I have already taken (but did not work):
Cleared the app cache in %APPDATA%.
Verified that Git is installed and added to the System PATH.
Manually added "plugins = true" and "enabledPlugins": { "codex@openai-codex": true } in the settings.json / config.toml files.
Used CLI commands like /reload-plugins and codex --no-alt-screen.
Reinstalled the application from the Microsoft Store.
Signed out and signed back into the account.
Expected Behavior:
The app should display all available marketplace plugins and local tools that were accessible in previous versions.
Actual Behavior:
The interface only shows 2 default OpenAI plugins, and the "New Plugin" or "Marketplace" options are either missing or unresponsive.
Environment Details:
Codex Version: 0.125.0
OS: Windows 10/11
Account Type: Free
What is the expected behavior?
_No response_
Additional information
_No response_
6 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
Are you using the CLI (TUI) or the app? You created the bug report using the "app" bug report template, but the version number you listed appears to be for the CLI.
I am seeing a very similar regression today after updating Codex Desktop on macOS.
Environment:
Observed behavior:
@shows thePluginssection briefly withLoading plugins..., but then the section disappears and no plugin entries are selectable.Local evidence:
plugin/listfailing against the remote installed plugins endpoint:This matches the UI symptom exactly: the composer starts loading plugins, the remote catalog request fails, and the plugin mention list ends up empty.
Could the desktop app either fix the
ps/plugins/installedendpoint regression or fall back to the locally installed/cached plugin snapshot when this endpoint returns 404? It would also help if the composer surfaced this error instead of silently hiding the Plugins section.Having the exact same issue.
Codex Desktop: 26.513.20950
codex-cli: 0.131.0-alpha.9
macOS
@ plugin picker shows “Loading plugins…” forever.
Local plugin list succeeds:
plugin/list marketplaceKinds=["local"] -> OK
Remote/combined plugin list fails:
plugin/list marketplaceKinds=["shared-with-me"] -> 404 from https://chatgpt.com/backend-api/ps/plugins/installed
plugin/list marketplaceKinds=["local","shared-with-me"] -> same 404
This appears to break the chat composer plugin mention list even though installed local plugins are available.
<img width="1920" height="1080" alt="Image" src="https://github.com/user-attachments/assets/060f75bb-da3c-4216-95c4-76cd6068c20b" />
<img width="1920" height="1080" alt="Image" src="https://github.com/user-attachments/assets/b86e91b1-8210-4630-8319-3df6eab11f2d" />
i got the same issue, plugins are not showing up