-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What version of Codex is running?
Latest
Which model were you using?
o4-mini, gpt-4o
What platform is your computer?
Windows
What steps can reproduce the bug?
Describe the bug
When an SSE parsing error occurs (e.g. insufficient_quota), the CLI prints the raw bundled code around NEWLINE_REGEXP… (dist/cli.js:449), which is noise and not actionable for end users.
To Reproduce
- Install the latest @openai/codex CLI on Windows/macOS/Linux.
- Trigger a quota error (e.g., exhaust your plan).
- Observe the console: you’ll see the low‑level parser code before the error message.
What is the expected behavior?
Expected Behavior
Only a concise system warning should appear instead of confusing and unactionable messages
What do you see instead?
No response
Additional information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
