Computer Use fails on Windows due to @oai/sky package exports mismatch
Open 💬 3 comments Opened Jun 14, 2026 by buschsolutions
What issue are you seeing?
Environment:
- Codex app on Windows
- Computer Use plugin: openai-bundled/computer-use/26.609.41114
- @oai/sky version: 0.4.10
What I tried:
- Rebooted Codex several times
- Started new threads
- Rebooted Windows
- Tried passive Computer Use list_apps
Expected:
Computer Use should initialize and list open Windows apps.
Actual:
Computer Use setup fails before any UI action with:
Package subpath './dist/project/cua/sky_js/src/targets/windows/internal/computer_use_client_base.js' is not defined by "exports" in ...\@oai\sky\package.json
Likely cause:
computer-use-client.mjs imports an internal @oai/sky path, but @oai/sky package.json only exports ".".
What steps can reproduce the bug?
Any attempted use of Computer Use. For example, prompt: Can you use Computer Use to list my open Windows apps? Please do not click or change anything.
What is the expected behavior?
_No response_
Additional information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗