[app][Windows] Realtime Voice started from a project creates a projectless task in a temporary workspace
Summary
On Codex Desktop for Windows, starting a realtime Voice chat while working in a saved local project creates a new projectless task in a temporary Documents\Codex\...\realtime-voice-chat workspace instead of preserving the active project's association and working directory.
The Voice session itself starts and works. The failure is the thread/project association.
Environment
- Codex Desktop package:
OpenAI.Codex 26.721.4979.0(Microsoft Store) - Platform: Windows 10, x64, build
19045
Steps to reproduce
- Open Codex Desktop.
- Select a saved local Git project.
- Open a task in that project.
- Start a new real-time Voice chat.
- Speak normally and allow the Voice task to be created.
- Inspect the created task's project association and working directory.
Expected behavior
The realtime Voice task should inherit the active saved project's ID and working directory, or any task delegated by Voice should be explicitly associated with that project.
Project-level context such as AGENTS.md, repository files, and the active working directory should remain available.
Actual behavior
Each Voice task is created with no project association and a temporary working directory such as:
C:\Users\<user>\Documents\Codex\2026-07-26\realtime-voice-chat
C:\Users\<user>\Documents\Codex\2026-07-26\realtime-voice-chat-2
Local app inspection shows:
- the intended local project is registered with a non-null project ID and its real repository path;
- each affected Voice thread has
projectId = null; - each affected Voice thread uses a generated
realtime-voice-chatdirectory instead of the repository; - the behavior occurred in three consecutive Voice sessions.
As a result, the Voice task does not load the repository's AGENTS.md or project files.
4 Comments
Confirmed on my Windows Codex Desktop setup. I started this Voice task from inside an active saved local project, but it was created projectless in a generated temporary workspace.
One additional detail: moving the Voice task under the intended project in the sidebar does not reattach or rebind its working directory or project context. It remains projectless, so the project’s AGENTS.md, skills, configuration, and repository context are still unavailable.
This makes Voice unusable for project work where every task depends on the local workspace context.
any workarounds until it gets fixed?
I see the same on macOS, which also happens to mean these are being needlessly synced to iCloud.
我在 macOS 上遇到了同樣的情況