Voice assistant bug
Open 💬 4 comments Opened Aug 14, 2026 by asipbajrami
💡 Likely answer: A maintainer (github-actions[bot], contributor)
responded on this thread — see the highlighted reply below.
What version of the Codex App are you using (From “About Codex” dialog)?
26.810.41047
What subscription do you have?
max 100$
What platform is your computer?
maxOS
What issue are you seeing?
when the voice assistant creates a thread its keep getting stuck on approve modal even tho its in full access
if the voice is opened it makse the allow button unclickable
What steps can reproduce the bug?
Feedback ID: 019ffdba-36b5-7bb1-a694-a3a82b4c3673
What is the expected behavior?
_No response_
Additional information
_No response_
4 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
note am using ssh connection
this is no mcp approval no duplication found
I can reproduce a closely related failure on Windows, and the local session/config evidence shows that starting Realtime Voice itself changes the approval policy.
Environment
26.810.7004.00.148.0-alpha.9Starting state
full-access``
toml
``default_permissions = ":danger-full-access"
approval_policy = "never"
sandbox_modeentryA normal new task created under the same app process had:
thread_source = "user"approval_policy = "never"sandbox_policy.type = "danger-full-access"permission_profile.type = "disabled"Reproduction
Observed evidence
At the moment Voice launched, the user config was rewritten to:
The new Voice task then recorded:
thread_source = "realtime_voice"realtime_active = trueapproval_policy = "on-request"approvals_reviewer = "user"sandbox_policy.type = "danger-full-access"permission_profile.type = "disabled"The config write occurred immediately before the Voice session was created. The global/local persisted agent modes remained
full-access, so the UI cache and explicit Full-access selection were not what changed. Voice changed the effective approval policy toon-request, producing the Custom label and creating approval requests that can block a Voice workflow.This also reproduces without an SSH host, so the underlying permission override does not appear to be SSH-specific, although remote Voice makes the impact worse.
Expected behavior
A new Voice task should inherit the explicitly selected Full-access mode and configured
approval_policy = "never". Starting Voice should not mutate persistent permission settings. If Voice intentionally requires a safer approval policy, it should disclose that before launch and provide a usable approval flow rather than silently changing the mode.I filed #38790 for the broader Windows/local reproduction where starting a brand-new Realtime Voice task rewrites an explicit Full-access configuration from
approval_policy = "never"toon-request, causing the task to display Custom. This is related to the blocked approval symptom here, but it reproduces without SSH or MCP and captures the persistent config mutation that precedes it.