What version of the Codex App are you using (From “About Codex” dialog)?
Codex Desktop package observed in logs:
OpenAI.Codex_26.506.2212.0_x64
Codex primary runtime observed locally after manual repair attempt:
26.506.11943
Runtime details from runtime.json:
bundleVersion: 26.506.11943
nodeVersion: v24.14.0
pythonVersion: 3.12.13
targetPlatform: win32
targetArch: x64
What subscription do you have?
Plus
Account context:
- My account was originally on ChatGPT Go.
- I later upgraded the same account to ChatGPT Plus.
- I have signed out and signed back in after the upgrade.
- The issue remains unchanged after sign-out/sign-in.
- Because the same issue reproduces on two machines with the same account, I suspect there may be a server-side entitlement, provisioning, feature flag, or rollout assignment mismatch.
What platform is your computer?
Primary machine:
Microsoft Windows 10 Pro 22H2, build 19045.6466, x64
Second machine:
Microsoft Windows 11, x64
The second machine was a clean Codex Desktop install using the same OpenAI account.
What issue are you seeing?
I am seeing several Codex Desktop issues that appear related to workspace_dependencies, workspace runtime installation, settings persistence, and plugin/capability discovery.
This does not look like a normal plugin authentication or plugin refresh issue.
Main symptoms:
- Workspace related items are stuck in an error / not installed state.
- Settings > Config / User settings cannot save changes and shows
Unable to save.
- Documents, Spreadsheets, and Presentations do not appear in the plugin/tool list at all.
- Logs repeatedly show an unsupported
workspace_dependencies feature enablement error.
- The issue reproduces on both Windows 10 and a clean Windows 11 machine using the same OpenAI account.
Workspace related items issue:
- In Codex Desktop Settings, under Workspace related items, the current version shows
Not installed.
- Diagnostics reports that Codex related items may need repair.
- Reinstall fails on my Windows 10 machine with an error such as
Unable to reinstall Codex related items.
On the second clean Windows 11 machine:
- Reinstall can run.
- But after reinstall finishes, Codex still reports the same repair/error state.
- Retrying reinstall multiple times produces the same result.
Settings / config issue:
- In Settings > Config / User settings, changing approval policy, sandbox mode, or network access shows
Unable to save.
- The UI value may visually change, but Codex reports that saving failed.
Documents / Spreadsheets / Presentations issue:
- The expected Documents, Spreadsheets, and Presentations tools/plugins do not appear in the plugin/tool list at all.
- Because they are missing entirely, I cannot open a plugin details page for them.
- I cannot uninstall them.
- I cannot reinstall them.
- I cannot reconnect authentication.
- I cannot perform a normal plugin refresh flow.
This is why I do not think this is a standard plugin authentication issue.
Log signal:
Codex Desktop logs repeatedly show:
unsupported feature enablement `workspace_dependencies`: currently supported features are apps, memories, plugins, remote_control, tool_search, tool_suggest, tool_call_mcp_elicitation
This appears to be the key technical signal.
It looks like Codex Desktop is trying to enable or use workspace_dependencies, but the local app-server rejects that feature enablement.
This may be related to:
- server-side account provisioning
- subscription entitlement mismatch
- feature flag mismatch
- rollout assignment issue
- Codex Desktop / local app-server version mismatch
- account state not fully updated after ChatGPT Go to ChatGPT Plus upgrade
What steps can reproduce the bug?
Steps to reproduce:
- Install and open Codex Desktop on Windows.
- Sign in with my OpenAI account.
- Open Settings.
- Go to Workspace related items.
- Observe that the current version shows
Not installed or an error state.
- Run Diagnostics.
- Try Reinstall.
- Observe that reinstall either fails or completes but leaves the same error state.
- Go to Settings > Config / User settings.
- Try changing approval policy, sandbox mode, or network access.
- Observe
Unable to save.
- Open the plugin/tool list.
- Search for Documents, Spreadsheets, or Presentations.
- Observe that Documents, Spreadsheets, and Presentations are not listed.
- Check Codex Desktop logs.
- Observe repeated
unsupported feature enablement workspace_dependencies errors.
Second machine reproduction:
- Install Codex Desktop on a clean Windows 11 machine.
- Sign in with the same OpenAI account.
- Open Settings and Workspace related items.
- Run Reinstall.
- Observe that Reinstall can run, but after it finishes, Codex still reports the same repair/error state.
- Check plugin/tool availability.
- Observe that Documents, Spreadsheets, and Presentations are still missing.
- Settings / User settings still shows
Unable to save.
Additional context:
- I have already signed out and signed back in.
- I have already tried reinstall/repair from the UI.
- I have provided logs, screenshots, and config files to OpenAI Support.
- The same account has reproduced the issue across two machines.
What is the expected behavior?
Expected behavior:
- Workspace related items should install or repair successfully.
- Settings changes should save successfully.
- Documents, Spreadsheets, and Presentations should appear if they are supported for my account and plan.
- If these features are not supported for my account, plan, OS, or rollout group, the UI should clearly state that.
- Codex Desktop should not show a repair/reinstall loop without a clear actionable error.
- Codex Desktop should not attempt to enable
workspace_dependencies if the local app-server does not support it.
- The behavior should be consistent across machines using the same account, or the UI should clearly explain any account/plan/rollout limitation.
Additional information
I found several possibly related public issues:
Workspace dependencies / runtime / app-server mismatch:
Plugin / capability discovery issues:
Attachments I can provide:
- Codex Desktop logs from
%LOCALAPPDATA%\Codex\Logs
- Codex app data from
%APPDATA%\Codex
C:\Users\<USER>\.codex\config.toml
C:\Users\<USER>\.codex\.codex-global-state.json
- Screenshots showing:
- Workspace related items showing
Not installed
- Diagnostics / reinstall error
- Settings showing
Unable to save
- Documents / Spreadsheets / Presentations missing from plugin/tool list
Note:
.codex-global-state.json appears malformed or corrupted locally. Attempting to parse it with PowerShell ConvertFrom-Json fails with an invalid array / missing comma error, and it appears to contain garbled/mojibake prompt-history text.
I can provide logs or run additional diagnostics if needed.
What version of the Codex App are you using (From “About Codex” dialog)?
Codex Desktop package observed in logs:
OpenAI.Codex_26.506.2212.0_x64Codex primary runtime observed locally after manual repair attempt:
26.506.11943Runtime details from
runtime.json:bundleVersion:26.506.11943nodeVersion:v24.14.0pythonVersion:3.12.13targetPlatform:win32targetArch:x64What subscription do you have?
Plus
Account context:
What platform is your computer?
Primary machine:
Microsoft Windows 10 Pro 22H2, build 19045.6466, x64Second machine:
Microsoft Windows 11, x64The second machine was a clean Codex Desktop install using the same OpenAI account.
What issue are you seeing?
I am seeing several Codex Desktop issues that appear related to
workspace_dependencies, workspace runtime installation, settings persistence, and plugin/capability discovery.This does not look like a normal plugin authentication or plugin refresh issue.
Main symptoms:
Unable to save.workspace_dependenciesfeature enablement error.Workspace related items issue:
Not installed.Unable to reinstall Codex related items.On the second clean Windows 11 machine:
Settings / config issue:
Unable to save.Documents / Spreadsheets / Presentations issue:
This is why I do not think this is a standard plugin authentication issue.
Log signal:
Codex Desktop logs repeatedly show:
This appears to be the key technical signal.
It looks like Codex Desktop is trying to enable or use
workspace_dependencies, but the local app-server rejects that feature enablement.This may be related to:
What steps can reproduce the bug?
Steps to reproduce:
Not installedor an error state.Unable to save.unsupported feature enablement workspace_dependencieserrors.Second machine reproduction:
Unable to save.Additional context:
What is the expected behavior?
Expected behavior:
workspace_dependenciesif the local app-server does not support it.Additional information
I found several possibly related public issues:
Workspace dependencies / runtime / app-server mismatch:
Codex Desktop for Windows: workspace dependencies Diagnose/Reinstall buttons are disabled #21650
Codex Desktop shows workspace dependency repair on Windows 10, but install fails because Windows 10 is unsupported #19811
After upgrading Codex Desktop today, two Codex local runtime features are broken. #19570
Windows Desktop: workspace_dependencies feature mismatch persists after local recovery #21505
workspace_dependencies#19220: Codex macOS startup failure: unsupported feature enablementworkspace_dependenciesCodex macOS startup failure: unsupported feature enablement
workspace_dependencies#19220workspace_dependenciesfeature loop #19437: Codex Windows app stuck on blank/spinner at startup due to unsupportedworkspace_dependenciesfeature loopCodex Windows app stuck on blank/spinner at startup — unsupported
workspace_dependenciesfeature loop #19437[Bug] Windows Desktop App (26.422.3464.0) white screen on startup due to workspace_dependencies loop #19770
Plugin / capability discovery issues:
Plugins not showing in Codex v0.125.0 (Only 2 OpenAI plugins visible) #19701
Codex App briefly shows 'New Plugin' then falls back to 'Skills' after startup #16006
Codex desktop app hides Plugins UI while plugin runtime and CLI marketplace are available #16783
Codex App briefly shows bundled system skills, then hides them after initialization #20629
Attachments I can provide:
%LOCALAPPDATA%\Codex\Logs%APPDATA%\CodexC:\Users\<USER>\.codex\config.tomlC:\Users\<USER>\.codex\.codex-global-state.jsonNot installedUnable to saveNote:
.codex-global-state.jsonappears malformed or corrupted locally. Attempting to parse it with PowerShellConvertFrom-Jsonfails with an invalid array / missing comma error, and it appears to contain garbled/mojibake prompt-history text.I can provide logs or run additional diagnostics if needed.