codex icon indicating copy to clipboard operation
codex copied to clipboard

codex-app-server-protocol exports this: Option<()>.json

Open ForGoodTech opened this issue 2 months ago • 1 comments

What version of Codex is running?

The latest

What subscription do you have?

Plus

Which model were you using?

No response

What platform is your computer?

No response

What issue are you seeing?

codex-app-server-protocol exports this:

Option<()>.json

That does not seem to be correct. The file shows:

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Nullable_Null",
  "type": "null"
}

What steps can reproduce the bug?

Just run the codex-app-server-protocol

What is the expected behavior?

No response

Additional information

No response

ForGoodTech avatar Dec 02 '25 04:12 ForGoodTech

Additionally, I found that this also breaks the command on the Windows platform.

Image

448523760 avatar Dec 13 '25 08:12 448523760