### What version of the Codex App are you using (From “About Codex” dialog)? 最新版本 ### What subscription do you have? plus ### What platform is your computer? windows ### What issue are you seeing? 错误代码 token_exchange_failed 细节 Token exchange failed: error sending request for url (https://auth.openai.com/oauth/token) ### What steps can reproduce the bug? 无法登入
## Summary On Windows, the sandbox fails with `CreateProcessAsUserW failed: 5 (Access is denied.)` **whenever the resolved shell is the MSIX (Microsoft Store) build of PowerShell 7**. Windows refuses to launch a packaged (MSIX) binary under the restricted token the sandbox creates. This appears to be the underlying cause behind several open reports (openai/c
When Codex is running in the foreground of a Zellij pane, detaching and reattaching the Zellij session reliably leaves the Codex TUI frozen. The Codex process remains alive, but the pane no longer displays updates or visible keyboard input. Resizing or zooming the pane does not cause Codex to redraw. Suspending Codex with Ctrl+Z before detaching, then runnin
### Summary On Windows 10, Codex Desktop caused severe system-wide stuttering when using a Logitech mouse through its wireless USB receiver. The same mouse worked normally over a wired connection. Disabling only the HID topology watcher did **not** resolve the symptom. Replacing the complete optional Codex Micro service module with an API-compatible no-devic
### What version of the Codex App are you using? Codex Desktop `26.803.61601` (build `6396`). ### What platform is your computer? macOS / Apple Silicon. ### Summary A long-running Desktop task accumulated 64 successful root-level `spawn_agent` calls over approximately two days. Some children also spawned children recursively, producing observed agent paths a
## Summary Codex Desktop can saturate its internal analytics queue during a tool-heavy, multi-task session and then repeatedly drop analytics events. A read-only aggregate of the local structured log recorded **4,050 WARN entries** from `codex_analytics::client` containing: ```text dropping analytics events: queue is full ``` The warnings accumulated in roug
### What version of the Codex App are you using (From “About Codex” dialog)? Codex App `26.727.40816` (`CFBundleVersion` `6067`). Bundled Computer Use service: `26.727.1000550` (`CFBundleVersion` `1000550`, bundle identifier `com.openai.sky.CUAService`). ### What subscription do you have? Unknown — the subscription tier is not exposed in the local diagnostic
### What version of the Codex App are you using (From “About Codex” dialog)? OpenAI.Codex 26.803.10989.0 (x64) ### What subscription do you have? ChatGPT subscription (exact tier is not displayed in the Codex diagnostics) ### What platform is your computer? Microsoft Windows NT 10.0.26200.0 x64 ### What issue are you seeing? Codex Desktop exits after a task
### What version of the Codex App are you using? 26.803.10989 Affected bundled Documents skill snapshot: 26.805.11740 ### What subscription do you have? ChatGPT Pro ### What platform is your computer? Windows x64 ### What issue are you seeing? The bundled Documents skill can route ordinary read-only DOCX Q&A through a full-document visual-rendering pipeline
## Problem Resuming some large legacy sessions can take 10–20 seconds or more from selecting the session in the resume picker to a usable composer. I added temporary timing instrumentation to a local fork and observed the following for one legacy session: - 18,795 persisted rollout items and about 219 turns - Server history reconstruction: 7.9 seconds - Clie
## What issue are you seeing? Codex state runtime initialization executes this query when it seeds its thread timestamp cache: ```sql SELECT MAX(threads.updated_at_ms), MAX(threads.recency_at_ms) FROM threads ``` SQLite performs a full table scan even though `idx_threads_updated_at_ms` and `idx_threads_recency_at_ms` already exist. On a local state database
### What version of the Codex App are you using (From “About Codex” dialog)? Powered by Codex & OWL Version 26.803.81509 Released Aug 11, 2026 ### What subscription do you have? Plus ### What platform is your computer? Linux 7.1.8-200.fc44.x86_64 x86_64 unknown ### What issue are you seeing? Codex Desktop is severely laggy immediately after launch and causes
### Summary The current ChatGPT macOS app starts a `codex` process that consumes roughly 3.6–3.9 GB of memory immediately after launch, even when no Work/Codex conversation or project is opened. On an 8 GB Apple Silicon Mac mini this causes heavy memory compression, swap usage, red memory pressure, and severe system/app slowdown. This was reproduced repeated
### What feature would you like to see? The terminal allows one to 'tab' to queue and 'return' to interrupt with steering turned on. Please allow this in the desktop app as I use both regularly within the same session. ### Additional information _No response_
## Summary A thread created from ChatGPT mobile through Codex remote access exists locally and can be opened by deeplink, but it does not appear in the Codex Desktop project sidebar. This looks like a project/thread association issue rather than data loss. ## Environment - Codex Desktop: 26.513.31313, build 2867 - Codex CLI: 0.131.0-alpha.9 - OS: macOS - Flo
### What variant of Codex are you using? App ### What feature would you like to see? Codex should support alternate Git platforms through a configurable Git provider section in settings: `Settings -> Coding -> Git` Users should be able to add Git hosts beyond `github.com`, including self-hosted instances, and provide the<br> credentials Codex needs to resolv
## Summary With an OpenAI parent and a correctly selected non-OpenAI custom-provider child, MultiAgentV2 delivers the child assignment only as encrypted content that the custom-provider model cannot consume. The spawned child metadata shows the intended custom role, provider, model, and MultiAgentV2 implementation, but the child sees an empty visible `Payloa
### What version of the Codex App are you using (From “About Codex” dialog)? 26.730.7989.0 ### What subscription do you have? ChatGPT subscription (exact tier not displayed in Codex App) ### What platform is your computer? Microsoft Windows NT 10.0.26200.0 x64 ### What issue are you seeing? ## Summary After updating the Codex Windows desktop app, **Computer
### What version of Codex CLI is running? 0.147.0 ### What subscription do you have? Pro ### Which model were you using? _No response_ ### What platform is your computer? _No response_ ### What terminal emulator and version are you using (if applicable)? _No response_ ### Codex doctor report ```json ``` ### What issue are you seeing? After upgrading Codex CL
### What issue are you seeing? When using the Codex CLI TUI directly, the bundled Browser / in-app browser skill is still mounted and advertised even though there is no Codex desktop app in-app browser backend available for the session. This makes `@Browser` / `$browser` look usable in the CLI TUI, but the Browser runtime cannot discover any browser backend:
### Summary In the Codex VS Code experience, messages sent while an agent is actively working can appear to be lost instead of being applied as a steer or retained in the queue for the next turn. The user then has to resend the correction. ### Environment - Codex VS Code extension build: `openai.chatgpt-26.715.31925-linux-x64` - Platform: Linux x86_64 - Obse
## Repro 1. Start Codex TUI in a terminal with a dark theme. 2. Type in the composer. 3. Switch the terminal to a light theme without restarting Codex. 4. Return focus to Codex and keep typing. ## Actual Composer input becomes nearly invisible, effectively white/light text on a white/light background. ## Expected Composer text should stay readable after a te
### What version of the Codex App are you using (From “About Codex” dialog)? Version 26.616.51431 ### What subscription do you have? pro €225/month ### What platform is your computer? _No response_ ### What issue are you seeing? Codex silently refuses to load certain sites using the Chrome plugin. there seems to be a server-side blacklist of sites that Codex
### What version of the Codex App are you using (From “About Codex” dialog)? Codex, Chat GPT -5 ### What subscription do you have? free ### What platform is your computer? uname -mprs ### What issue are you seeing? After updating ChatGPT with Codex app on macOS on July 15, 2026, my entire chat history disappeared. I am signed in with the same email address a
### What version of the Codex App are you using (From “About Codex” dialog)? ChatGPT App [1.2026.125 (25565698938)] and Codex macOS [26.513.20950 (2816)] and most updated IOS and MacOS. ### What subscription do you have? Plus ### What platform is your computer? _No response_ ### What issue are you seeing? Codex iOS doesn’t render latex math while Codex macOS
## Proposal Add a comprehensive, scriptable Codex Cloud CLI/API surface for environment discovery, environment lifecycle management, repo-based task dispatch, task/session monitoring, and PR/result handoff. Today, `codex cloud exec --env ENV_ID ...` can submit work once the caller already knows an opaque server-side environment ID. The CLI also supports task
# Bug report: Codex Desktop on Windows flashes visible PowerShell/console windows during background process polling ## Summary Codex Desktop on Windows repeatedly launches short-lived `powershell.exe` processes for background process inspection. These processes are created with a visible console window, causing black terminal windows to flash on screen durin
## Summary Codex TUI can lose finalized assistant message rows from terminal scrollback after the inline bottom viewport changes height during or after streaming. The persisted conversation and Codex-rendered rows are complete, but the terminal document/scrollback can omit a small number of rows until a real terminal resize forces transcript-backed reflow. T
### What variant of Codex are you using? CLI ### What feature would you like to see? Currently, codex has no way of setting the `reasoning.mode` parameter to `pro`. i.e. these should work (at least for those of us using API billing): ```sh codex exec -m gpt-5.6-sol -c model_reasoning_effort=xhigh -c model_reasoning_mode=pro "Hello world" codex exec -m gpt-5.
### What version of Codex is running? `codex-cli 0.147.0-alpha.6.5`, bundled with ChatGPT Desktop `26.803.41515` (build `6321`). ### Platform macOS arm64. ### What issue are you seeing? The 0.147 app-server rejects an already-authenticated Streamable HTTP MCP server while initializing/calling its tools because the expected authorization-server issuer has had
### What version of Codex CLI is running? `codex-cli 0.117.0` ### What subscription do you have? Plus ### Which model were you using? Not model-specific. This appears to happen during curated plugin startup sync before normal task work. ### What platform is your computer? Linux x86_64 ### What issue are you seeing? The new curated plugin startup sync can lea
### What version of Codex CLI is running? 0.122.0 ### What subscription do you have? plus ### Which model were you using? gpt-5.4 ### What platform is your computer? Darwin 25.3.0 arm64 arm ### What terminal emulator and version are you using (if applicable)? Ghostty + Tmux ### What issue are you seeing? After the system switch to light theme in another day
### What happened? In Codex Desktop, voice input / speech-to-text can fail or produce an obviously incomplete transcription. When that happens, the original recorded audio appears to be unavailable: it is not attached to the conversation, not referenced in the session JSONL, and not discoverable in the local Codex cache or transcription history. This makes v
### What version of the Codex App are you using (From “About Codex” dialog)? 26.601.21317 ### What subscription do you have? Plus ### What platform is your computer? MacOS ### What issue are you seeing? I’m experiencing a bidirectional text rendering issue in Codex. When I write Arabic text with an English word in the middle, the word order is displayed inco
### What version of the Codex App are you using (From “About Codex” dialog)? Codex Desktop Windows app package: ```text OpenAI.Codex_26.602.4764.0_x64__2p2nqsd0c76g0 Version: 26.602.4764.0 ``` The app was updated before filing this report. Additional local CLI present on the same machine: ```text codex-cli 0.125.0 ``` ### What subscription do you have? ChatG
### Description Launching macOS GUI applications from a Codex sandboxed shell can crash the target app immediately with `SIGABRT` at `_RegisterApplication`. This appears broader than a single app-specific CLI integration. I reproduced it with both Google Chrome and LibreOffice, and it is similar in shape to openai/codex#13706, but these repros do not depend
### Summary Launching ChatGPT Desktop on macOS rewrites the shared `~/.codex/config.toml` entry for the bundled `computer-use` MCP server to `enabled = false`, while leaving `computer-use@openai-bundled` itself enabled. The next CLI read confirms that the MCP is disabled. This is a persistence/reconciliation defect, not a missing or unsigned helper. The offi
### What version of the IDE extension are you using? openai.chatgpt 26.721.41059 ### What subscription do you have? ChatGPT Pro 5x ### Which IDE are you using? Visual Studio Code 1.130.0 ### What platform is your computer? Microsoft Windows NT 10.0.26200.0 x64 (Windows 25H2, build 26200.8875) ### What issue are you seeing? Selecting **IDE context** from the
### What version of Codex is running? 0.61.0 and 0.62.0-alpha.3 ### What subscription do you have? plus ### Which model were you using? gpt-5.1-codex-max ### What platform is your computer? Linux 6.6.87.2-microsoft-standard-WSL2 x86_64 x86_64 ### What issue are you seeing? - apply_patch hangs consistently on WSL2. - After Esc, Ctrl+C once just prints the foo
## Summary - Add optional `sourceSurfaceStableId` fields to managed ChatGPT app-server login and account requests. - Forward the source ID on browser authorization, authorization-code exchange, device-code exchange, and token refresh. - Use Codex's persisted installation ID for CLI, TUI, MCP-server, and standalone shared app-server requests. - Let the single
### What issue are you seeing? ## Summary Local plugin installation into the Codex plugin cache silently drops symlinks. This breaks plugin source trees that contain valid symlinked entries. In my case, a local plugin with a Python virtual environment was copied into: ```text ~/.codex/plugins/cache/local-personal/linux-computer-use/... ``` but the cached `.v
### What version of the Codex App are you using (From “About Codex” dialog)? 26.513.31313 (2867) ### What subscription do you have? ChatGPT Pro ### What platform is your computer? ```text Darwin 25.5.0 arm64 arm ``` Hardware: Mac with Apple M1 Max. ### What issue are you seeing? Codex Desktop can leave the main thread stuck in an active `thinking` state when
### What variant of Codex are you using? CLI ### What feature would you like to see? I would like the Codex CLI TUI to support folding or hiding verbose MCP tool result bodies in the main conversation history, while preserving the full result for the model and for explicit transcript inspection. Today, Codex CLI TUI renders MCP tool result text directly in t
## Environment - macOS: 26.5, build 25F71 - Codex Desktop: 26.609.71144, build 3952 - Codex CLI: 0.137.0 - Computer Use helper: 1.0, build 809 - Platform: macOS Apple Silicon ## Summary Codex Desktop rewrites a user-owned `notify` command into a Computer Use wrapper on app restart. The rewritten command launches `SkyComputerUseClient turn-ended` first and st
### What version of the Codex App are you using (From “About Codex” dialog)? 26.707.31428 on macOS ### What subscription do you have? Plus ### What platform is your computer? Darwin 25.5.0 arm64 arm ### What issue are you seeing? Platform: - macOS - ChatGPT Desktop 26.707.31428 - ChatGPT Plus Problem: Every Codex task fails with: "The 'gpt-5.6-sol' model is
### What version of the Codex App are you using (From “About Codex” dialog)? 26.715.3651.0 ### What subscription do you have? ’m unable to use the ChatGPT desktop app on Windows because it is stuck on the “Complete Windows setup” screen. ### What platform is your computer? x64 ### What issue are you seeing? <img width="1090" height="760" alt="Image" src="htt
## Version and platform - Codex Desktop for Windows x64 - Store package `OpenAI.Codex 26.730.8199.0` - Installed `app.asar` SHA-256: `acba5f408b7c6c909ffbfdf3c7d3f10660897bfbbb10f916a78505986b44b772` ## Bug After Desktop reloads a task with a long subagent history, completed child agents are restored under **Active** instead of **Done**. This is not a small
### What version of the Codex App are you using? The exact Codex Desktop build was not available to the agent. Observed on 2026-08-09. ### What subscription do you have? Not relevant to the UI behavior. ### What platform is your computer? macOS 26.6.1 (25G76), arm64. ### What issue are you seeing? Completed subagents can remain presented in the parent task U