Digest / March 10, 2026
Codex Issues Digest — March 10, 2026
71 new issues filed ·
42 resolved in openai/codex (UTC day).
New issues (71)
- Using /feedback messes up with the user experience
- The application panicked (crashed). Message: /tmp is absolute: Os { code: 2, kind: NotFound, message: "No such file or directory" }
- [Windows App] "Continue with ChatGPT" does not open browser (login hangs), device auth works
- Up/down arrows should cycle through user messages within current thread
- Application failed to start correctly (Windows)
- code=3221225477
- Repeated reconnects with Proxy URL scheme not supported while sending a simple prompt (stream disconnected before completion: URL error: Proxy URL scheme not supported)
- Add Fast Mode Status
- Sub-agent `[[skills.config]]` in agent TOML is ignored for both disable and enable overrides
- Codex desktop is showing stale/orphaned thread entries that cannot be reopened or archived.
- Feature request: mobile companion to view and control Codex desktop sessions
- Feature proposal: Linux support for the Codex app (validated on RHEL 9.7 x86_64)
- VS Code plugin sends prompt mulitple times
- VS Code extension: existing chats and Cloud work, but creating a new Local conversation fails with “Conversation not found” / “no rollout found”
- Windows app shows "Create git repository" for valid WSL worktrees and does not show branch in thread
- ResourceUnavailable when running rg.exe in Codex App on Windows
- Accessible diff markers for added and removed lines in Codex App
- Ability to switch between and manage running multi-agent sessions in Codex App
- MCP tools in TRUSTED project are not shown in Codex Desktop, but they still work.
- Codex 5.4 / 5.3-codex models fail with “not supported for ChatGPT account” error
- codex app-server emits approval requests but lacks a strict approval response RPC
- Sub-agents do not reliably signal lifecycle state when crashing, hanging, or losing connection
- Support CTRL + DELETE to delete full words
- functions.apply_patch fails silently when the desktop app is installed under C:\Program Files\WindowsApps
- Codex can mislead users by proposing fixes before verifying disputed diagnoses
- Codex for model 5.4 still stuck after update to 0.113.0
- Queueing up prompts causes gibberish in visual output
- stream disconnected before completion
- VS Code Codex extension stuck with "refresh token already used" – cannot re-authenticate (WSL, Google login)
- UX Inconsitency of Codex App in comparison to ChatGPT while voice input
- If you really want stop hooks in Codex, here's something I tried
- CLI: `service_tier = "fast"` is unclear / appears ineffective in ChatGPT websocket mode
- The app settings show Integrated terminal shell = PowerShell, but the agent runtime for my thread reports shell=cmd. Because of that, PowerShell commands like Get-Content fail unless they are explicitly wrapped in powershell -Command ....
- Auto-spill large tool outputs to files instead of silently truncating
- To whoever is vibe-coding the codex-cli codebase
- a codex breakdown?
- The reconnecting issue is even worse than last days.
- Undo - is not working
- [Windows] apply_patch fails before patch parsing: CreateProcessAsUserW failed: 5 after WindowsApps ACL setup failure
- Elevated error rates on OpenClaw through ChatGPT Subscription
- Option+Up arrow does not edit queued message
- Codex + ChatGPT 5.4 xhigh occasionally prints unexpected garbage / corrupted tokens in CLI output
- Official codex-cli login works, but another ChatGPT OAuth client using auth.openai.com succeeds at authorize/callback and then gets 403 unsupported_country_region_territory on /oauth/token
- cant use codex w chatgpt acc and api
- Codex App fails to detect sub-repositories in a workspace folder and orphans conversation context
- Codex desktop can hang when two long-running tool calls start in parallel in one turn
- Windows: Codex-spawned PowerShell crashes on startup and curl DNS lookup fails while normal terminal works
- Windows: Codex-spawned PowerShell crashes on startup and curl DNS lookup fails while normal terminal works
- Codex CLI takes around 10 seconds to exit after /exit
- Codex Web 500 Error
- Codex patch french format files in UTF-1 instead of UTF-8 causing massive mojibake
- Codex CLI 5.4 regression: merge-train / until-done lanes stop before merge and next-slice continuation
- Reject writes: Windows path-length limit reached.
- Codex CLI 0.112.0: long-lived multi-agent sessions accumulate duplicate stdio MCP stacks instead of returning to a bounded baseline
- Codex sessions are shown in Copilot chat for every folder and as unread
- Statusline: rate limits are inaccurate and disappear
- Error Message "'gpt-5.3-codex' model is not supported" in VS Code Extension
- Unanswered questions following gpt-5.3-codex & gpt-5.4 restriction; is it permanent, why are paid users affected, and why was there no communication?
- Claude instead of codex
- Codex stops at `list_mcp_resources` and fails to discover/use tool-only MCP servers like Context7
- Feature request: Project-Specific Visual Anchors to Prevent Context-Switching Errors
- Thread stays stuck in generating state after interrupted turn; composer remains disabled until local session log is manually completed
- Stale assistant reply after tool error ignores latest request
- stream disconnected before completion
- Regression: CLI: WSL resume/fork still restores lowercased cwd, and dropping sqlite flag removed the workaround
- stream disconnected before completion
- Failed to apply patch: bwrap: Can't mkdir .codex/memories: No such file or directory
- Windows native mode fails with "batch file arguments are invalid" when pwsh resolves to a .cmd shim
- Clicking local file links with spaces opens a blank file in VS Code instead of the actual file
- {"detail":"The 'gpt-5.4' model is not supported when using Codex with a ChatGPT account."}
- 5.4 not available on free tier
Resolved issues (42)
- All models — Codex CLI hangs indefinitely on all prompts, no response generated
- `codex app-server` fails with 503 while `codex exec` works
- Error loading configuration: failed to load your workspace-managed config
- Improve workflow with optional 'ctrl + enter' submission and jump a line with 'shift + enter'
- Add Fast Mode Status
- Repeated reconnects with Proxy URL scheme not supported while sending a simple prompt (stream disconnected before completion: URL error: Proxy URL scheme not supported)
- Codex CLI: Add fast mode status to the statusline
- Feature proposal: Linux support for the Codex app (validated on RHEL 9.7 x86_64)
- ResourceUnavailable when running rg.exe in Codex App on Windows
- Ability to switch between and manage running multi-agent sessions in Codex App
- Codex 5.4 / 5.3-codex models fail with “not supported for ChatGPT account” error
- functions.apply_patch fails silently when the desktop app is installed under C:\Program Files\WindowsApps
- Codex for model 5.4 still stuck after update to 0.113.0
- Codex + ChatGPT 5.4 xhigh occasionally prints unexpected garbage / corrupted tokens in CLI output
- Official codex-cli login works, but another ChatGPT OAuth client using auth.openai.com succeeds at authorize/callback and then gets 403 unsupported_country_region_territory on /oauth/token
- Missing CODEX_APP from Codex Workspace analytics usage
- VS Code extension: existing chats and Cloud work, but creating a new Local conversation fails with “Conversation not found” / “no rollout found”
- Codex can mislead users by proposing fixes before verifying disputed diagnoses
- If you really want stop hooks in Codex, here's something I tried
- To whoever is vibe-coding the codex-cli codebase
- cant use codex w chatgpt acc and api
- Windows: Codex-spawned PowerShell crashes on startup and curl DNS lookup fails while normal terminal works
- Codex CLI 5.4 regression: merge-train / until-done lanes stop before merge and next-slice continuation
- Crashed (segmentation fault, exited 139) inside tmux on Linux, introduced after v0.110.0
- codex app-server emits approval requests but lacks a strict approval response RPC
- VS Code Codex extension stuck with "refresh token already used" – cannot re-authenticate (WSL, Google login)
- CLI: `service_tier = "fast"` is unclear / appears ineffective in ChatGPT websocket mode
- Error Message "'gpt-5.3-codex' model is not supported" in VS Code Extension
- 5.3 apply_patch fails under sandboxed default permission on Windows
- Windows app file references resolve to invalid c:\\C:\\ path and fail to open
- {"detail":"The 'gpt-5.4' model is not supported when using Codex with a ChatGPT account."}
- 5.4 not available on free tier
- a codex breakdown?
- {"detail":"The '' model is not supported when using Codex with a ChatGPT account."}
- Claude instead of codex
- [Windows] apply_patch fails before patch parsing: CreateProcessAsUserW failed: 5 after WindowsApps ACL setup failure
- stream disconnected before completion
- stream disconnected before completion
- stream disconnected before completion
- already on plus, why prompting to upgrade to plus?
- code=3221225477
- Very long reasoning of the simple promt