[Bug] Windows: personal plugin is invocable but remains “not installed” in CLI and is missing from Desktop UI
Open 💬 1 comment Opened Jul 20, 2026 by willbdx-ux
Environment
- OS: Windows x64
- Codex Desktop package: 26.715.7063.0
- Codex Desktop internal CLI: 0.145.0-alpha.18
- Standalone Codex CLI: 0.142.5
- Plugin:
project-mastery@personal, version0.1.0
Summary
A local plugin from the default personal marketplace is fully cached, enabled in configuration, loaded into new conversations, and its namespaced skills are invocable.
However, both Codex CLI versions still report the plugin as not installed, and Codex Desktop does not display the personal marketplace or the plugin.
Reproduction
- Define a local plugin in the default personal marketplace.
- Run:
codex plugin add project-mastery@personal --json
- Observe exit code
0. - Restart Codex and open a new conversation.
- Run:
codex plugin list --available --json
- Invoke:
$project-mastery:project-mastery
Actual result
plugin addexits successfully.- The plugin cache is present.
config.tomlcontains:
[plugins."project-mastery@personal"]
enabled = true
- Source and cache contain the same 41 files with matching SHA-256 hashes.
- Seven namespaced skills are present in a new conversation.
- The main skill and its referenced resources can be loaded and used.
- Nevertheless,
plugin listreturns an empty installed collection and reports:
installed: false
enabled: false
- Codex Desktop’s Plugins settings do not show the personal marketplace or
project-mastery. - The standalone and Desktop-internal CLI versions return the same inconsistent status.
Expected result
When a plugin is cached, enabled, injected into a new conversation, and invocable:
- CLI should report it as installed and enabled;
- Desktop should display its installation state;
plugin addshould not return success unless the canonical installed state has been committed.
The plugin-listing, installed-plugin, Desktop UI, and skill-injection surfaces should derive their status from one canonical state.
Additional context
No cache deletion, manual state fabrication, global AGENTS.md workaround, or repeated reinstall was used.
Potentially related:
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗