You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bring the fork onto the upstream 0.131.0 codebase while preserving Open Codex behavior and release identity. This also bumps the fork release to 0.131.1, restores @leonw24/open-codex update/install diagnostics, and records concrete release notes in FEATURES.md.
Verified with focused memory, subagent, CLI update, app-server resume, and release-fast build checks before publishing.
Co-authored-by: Open Codex <hff582580@gmail.com>
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/3-cli.yml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ body:
11
11
12
12
Make sure you are running the [latest](https://npmjs.com/package/@openai/codex) version of Codex CLI. The bug you are experiencing may already have been fixed.
13
13
14
+
If your version supports it, please run `codex doctor --json` and paste the output in the "Codex doctor report" field below. This helps us diagnose install, config, auth, terminal, MCP, network, and local state issues.
15
+
14
16
- type: input
15
17
id: version
16
18
attributes:
@@ -43,6 +45,16 @@ body:
43
45
description: |
44
46
Also note any multiplexer in use (screen / tmux / zellij).
45
47
E.g., VS Code, Terminal.app, iTerm2, Ghostty, Windows Terminal (WSL / PowerShell)
48
+
- type: textarea
49
+
id: doctor
50
+
attributes:
51
+
label: Codex doctor report
52
+
description: |
53
+
If available, run `codex doctor --json` and paste the full output here.
54
+
55
+
The report is designed to redact secrets, but please review it before submitting.
56
+
If your Codex version does not support `doctor`, write `not available`.
0 commit comments