[app][macOS] Existing text tasks cannot switch to live Voice without losing task context

Open
#35,500 5 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
55/100
Issue type
Feature
Clarity
Clearly specified
Activity status
Active
Tech stack
macos

Research direction

No files or tests are named. Start by tracing the existing text-task flow and the entry point for starting live Voice from a new task, then compare how each session is attached to task history. Done means an existing text task can start and end live Voice without losing its thread history, context, objective, or state.

Written by the indexing model from the issue text.

Description

app enhancement session

Summary

A Codex task that was started in text mode cannot switch into live Voice. The user must create a new empty task and choose Start new voice chat before sending any text. In an existing text task, only dictation is available.

For long-running architecture and requirements discussions, this effectively forces the user to abandon or manually transfer substantial task context just to continue the same conversation by voice.

Environment

  • Platform: macOS
  • Codex desktop app: 26.721.41059 (build 5848)
  • Observed: 2026-07-27

Steps to reproduce

  1. Open Codex desktop on macOS.
  2. Start a normal text task.
  3. Exchange enough messages for the task to accumulate meaningful context.
  4. Try to start a live Voice conversation inside that same task.

Actual behavior

There is no way to start live Voice in the existing task. The available microphone interaction is dictation only. Starting live Voice requires a new empty task, so the active task's conversational context is not preserved in the Voice session.

Expected behavior

An existing text task should expose Start voice chat and transition into live Voice while preserving the same task/thread history, context, objective, and state. Ending Voice should return to the same text task without creating a disconnected conversation.

Why this matters

The need for Voice often becomes clear only after a discussion grows long or complex. Architecture interviews and requirement discovery may run for many turns before speaking becomes more efficient than typing. Requiring users to predict this before the first message makes Voice unavailable exactly when it becomes most useful.

This also creates an unnecessary distinction between:

  • a task that started in Voice and can continue conversationally; and
  • an otherwise identical task that started with one text message and can never enter live Voice.

Suggested direction

Allow an existing Codex task to attach a live Voice session to its current thread, preserving all existing context and task state.

Related broader proposal: openai/codex#33966 (duplex voice collaboration with an active Codex session). This report focuses on the narrower, currently reproducible UX gap of not being able to switch an already-started text task into Voice.

Dominant language
Rust
Stars
125k
Forks
19.5k
Avg merge
1m
Merged PRs (30d)
1k

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from openai/codex

All issues in openai/codex

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.