Reported by @devout stag
- Use Codex Desktop in a long-running conversation.
- Let the conversation approach the automatic compaction threshold.
- Continue sending prompts until Codex attempts automatic context compaction.
- Observe the compaction attempt against:
https://chatgpt.com/backend-api/codex/responses/compact
Codex should successfully compact the conversation context, preserve the relevant thread state, and continue the conversation without user intervention.
Error running remote compact task: stream disconnected before completion: error sending request for url (https://chatgpt.com/backend-api/codex/responses/compact)
Automatically compacting context
Local logs show repeated failed POST /backend-api/codex/responses/compact attempts, each taking approximately 15.3s, with auth attached and no 401/auth recovery path triggered.
Environment App: Codex Desktop Codex app version: 26.429.61741 Bundle version: 2429 Bundle identifier: com.openai.codex Internal logged app version: 0.128.0-alpha.1 OS: macOS 26.2 macOS build: 25C56 Model: gpt-5.5 Auth mode: ChatGPT auth Normal response transport observed in logs: responses_websocket Failing endpoint: POST https://chatgpt.com/backend-api/codex/responses/compact