Windows Computer Use plugin installed but privileged node_repl/nativePipe is not injected
Open 💬 6 comments Opened Jun 26, 2026 by loveq8888
💡 Likely answer: A maintainer (github-actions[bot], contributor)
responded on this thread — see the highlighted reply below.
I am seeing the same issue on Windows Codex Desktop.
Feedback ID: 019f0240-11b0-7922-b18a-a99d61013412
Summary:
Computer Use plugin is installed and enabled, but the privileged Computer Use node_repl/nativePipe runtime is not injected into agent sessions.
Manual node_repl MCP can expose node_repl/js, but it is not privileged:
{
"hasNodeRepl": true,
"hasConfig": false,
"hasNativePipe": false,
"nodeReplEnvKeys": [],
"nodeReplNodeModuleDirs": null,
"skyNativePipeDirectory": null
}
computer-use-client.mjs fails with:
Windows Computer Use Sky runtime is unavailable
Codex Desktop: OpenAI.Codex 26.616.10790.0
Computer Use plugin: 26.616.51431
Windows sandbox is set to unelevated.
6 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
Additional repro details:
After using Codex Desktop -> Computer Use -> Google Chrome -> Reinstall extension, the Chrome Web Store extension is installed and enabled, but the native messaging host is still missing.
check-extension-installed.js:
installed=true, enabled=true, version=1.1.5_0, extensionId=hehggadaopoacecdllhhajmbjkdcmajg
check-native-host-manifest.js:
exists=false, correct=false
Windows native host registry key does not exist:
HKCU\Software\Google\Chrome\NativeMessagingHosts\com.openai.codexextension
Native host manifest does not exist:
C:\Users\MinG\AppData\Local\OpenAI\extension\com.openai.codexextension.json
I reviewed the duplicate candidates. This issue appears related to #29921, #30026, #28757, and #27278, but I am keeping it open because this case has two concrete current failures:
So this is not only a generic missing node_repl issue; the Chrome native host registration path also appears incomplete.
Update after full local repair and restart:
Codex Desktop: OpenAI.Codex 26.623.5546.0
CLI: codex-cli 0.142.4
Bundled plugins installed/enabled:
Local checks completed:
Current reproducible failure after full Codex restart:
Prompt:
Only call list_apps. If node_repl/js or sky/list_apps is unavailable, report failure. Do not open apps or use command line fallback.
Result:
No node_repl/js, no sky/list_apps, no list_apps tool is available in the session.
Prompt:
Only use Chrome plugin to open https://example.com and read page title/first sentence. If no Chrome/browser control entry is available, report Chrome runtime missing.
Result:
Chrome runtime missing.
Conclusion:
Local plugin files and Chrome native host appear present, but the Codex session is not receiving/injecting the Computer Use or Chrome runtime tools.
I am experiencing the same issue on Windows 11.
The Computer Use plugin and app-control permissions are enabled, but the Windows runtime/tool bridge is not exposed to the session.
Feedback ID:
019f5e64-9a4f-70c1-9a3c-50f550954a03
I provided detailed screenshots and troubleshooting information in issue #28757.