openai / openai/codex-plugin-cc
Plugin install fails on Windows with corrupted error message
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 33.3k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
Summary:
When running /plugin install codex@openai-codex on Windows with Node.js v20.10.5, the installation fails and outputs corrupted or unreadable error data instead of a normal error message.
Environment:
- OS: Windows
- Node.js version: v20.10.5
Steps to reproduce:
- Open terminal on Windows.
- Run
/plugin install codex@openai-codex. - Observe the installation fails with a binary or corrupted error message (example output provided below).
Expected behavior:
The plugin should install successfully or display a clear, readable error message if it fails.
Actual behavior:
The command fails and outputs binary/corrupted data instead of a human-readable error message.
Example error output:
H�l]�#�U,�;... (binary/unreadable data)
Additional notes:
- User was unable to provide more readable output.
- This issue blocks installation and prevents further setup/use.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing /plugin install codex@openai-codex on Windows with Node.js v20.10.5 and capture the complete failure output. Trace the plugin-install entry point to determine where binary data becomes the displayed error; done means the plugin installs or failures produce readable error messages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 42/100