codex ends without doing something

Resolved 💬 6 comments Opened May 3, 2025 by klausbreyer Closed Aug 7, 2025

What version of Codex is running?

0.2.3

Which model were you using?

o4-mini

What platform is your computer?

Darwin 24.4.0 arm64 arm

What steps can reproduce the bug?

npm install -g codex

and then running any codex commands.

codex

or

codex --approval-mode auto-edit "build the requirements.md"

What is the expected behavior?

That it does something

What do you see instead?

codex --version
0.2.3
(node:93715) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency
(Use node --trace-warnings ... to show where the warning was created)
(node:93715) Warning: Accessing non-existent property 'filename' of module exports inside circular dependency
(node:93715) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency
(node:93715) Warning: Accessing non-existent property 'filename' of module exports inside circular dependency

codex --approval-mode auto-edit "build the requirements.md"
(node:93320) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency
(Use node --trace-warnings ... to show where the warning was created)
(node:93320) Warning: Accessing non-existent property 'filename' of module exports inside circular dependency
(node:93320) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency
(node:93320) Warning: Accessing non-existent property 'filename' of module exports inside circular dependency

codex
(node:93606) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency
(Use node --trace-warnings ... to show where the warning was created)
(node:93606) Warning: Accessing non-existent property 'filename' of module exports inside circular dependency
(node:93606) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency
(node:93606) Warning: Accessing non-existent property 'filename' of module exports inside circular dependency

Additional information

Here is the requirements.md

https://github.com/klausbreyer/pokerhans/commit/3e0f2bfc2657c37bd3698cbb4778f77043d0c639

View original on GitHub ↗

This issue has 6 comments on GitHub. Read the full discussion on GitHub ↗