codex - 💡(How to fix) Fix Codex Desktop for Windows: workspace dependencies Diagnose/Reinstall buttons are disabled

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

The error message says that the currently supported features are:

RAW_BUFFERClick to expand / collapse

What version of the Codex App are you using (From “About Codex” dialog)?

26.506.2212.0

What subscription do you have?

ChatGPT Plus

What platform is your computer?

Windows 10

What issue are you seeing?

In Codex Desktop for Windows, the Workspace Dependencies “Diagnose” and “Reinstall” buttons are disabled / not clickable.

I installed Codex Desktop today and restarted the app, but the buttons are still disabled.

Logs repeatedly show:

unsupported feature enablement workspace_dependencies

The related request is:

experimentalFeature/enablement/set

The error message says that the currently supported features are:

apps, memories, plugins, remote_control, tool_search, tool_suggest, tool_call_mcp_elicitation

but workspace_dependencies is not included.

I also verified that the local runtime dependencies can work when placed manually, but Codex still reports:

No bundled workspace runtime dependencies are configured yet.

This looks like Codex Desktop is trying to use the workspace_dependencies feature, but the app-server does not accept that feature enablement.

What steps can reproduce the bug?

  1. Install Codex Desktop for Windows.
  2. Launch Codex Desktop.
  3. Open a workspace.
  4. Go to the Workspace Dependencies section.
  5. Try to click “Diagnose” or “Reinstall”.
  6. The buttons are disabled / not clickable.
  7. Check the Codex Desktop logs.
  8. The logs show unsupported feature enablement workspace_dependencies for experimentalFeature/enablement/set.

What is the expected behavior?

The Workspace Dependencies “Diagnose” and “Reinstall” buttons should be enabled when the feature is available.

Clicking “Diagnose” should check the bundled workspace runtime dependencies and report their status.

Clicking “Reinstall” should reinstall or repair the bundled workspace runtime dependencies.

Codex Desktop and the app-server should agree on whether the workspace_dependencies feature is supported, so the UI does not expose disabled or unusable controls.

Additional information

I previously saw a deprecated config warning:

[features].codex_hooks is deprecated. Use [features].hooks instead.

I fixed it by changing the config to:

[features].hooks = true

That warning disappeared after restarting Codex Desktop.

However, the Workspace Dependencies issue remains.

Codex CLI version:

codex-cli 0.129.0-alpha.15

The Codex App version appears to be:

26.506.2212.0

I also manually placed the primary runtime under:

C:\Users\<user>\.cache\codex-runtimes\codex-primary-runtime

Node and Python inside that runtime worked when tested manually, but Codex still reported:

No bundled workspace runtime dependencies are configured yet.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING