macOS Codex Desktop 26.707.91948 still overrides custom profile with never/user
What version of the Codex App are you using (From “About Codex” dialog)?
Codex Desktop 26.707.91948 (build 5440)
Bundled Codex CLI: 0.144.5
What subscription do you have?
Not included in this public report.
What platform is your computer?
Darwin 25.5.0 arm64 arm
macOS 26.5.2 (25F84)
What issue are you seeing?
After fully quitting and restarting Codex Desktop, a completely fresh conversation still overrides the separately configured approval policy and approval reviewer when using a named custom permission profile.
The configuration contains:
approval_policy = "on-request"
approvals_reviewer = "auto_review"
default_permissions = "<named custom profile>"
The first turn of the fresh Desktop conversation recorded:
originator = Codex Desktop
source = vscode
cli_version = 0.144.5
approval_policy = never
approvals_reviewer = user
permission_profile.type = managed
sandbox_policy.type = workspace-write
The managed permission profile itself was applied, including its configured additional writable roots. However, the independent approval settings were changed from on-request/auto_review to never/user.
The bundled codex doctor --json loads the same configuration successfully:
config.load.status = ok
config.load.summary = config loaded
sandbox.helpers.approval policy = OnRequest
filesystem sandbox = restricted
network sandbox = enabled
Because the fresh thread runs with approval_policy = never, escalation requests are unavailable and auto-review cannot run.
What steps can reproduce the bug?
- Configure
approval_policy = "on-request",approvals_reviewer = "auto_review", and a valid named customdefault_permissionsprofile. - Fully quit Codex Desktop with Cmd-Q.
- Reopen Codex Desktop
26.707.91948. - Create a completely new conversation.
- Ask the first turn to report the task-injected runtime values for
approval_policy,approvals_reviewer,permission_profile.type, andsandbox_policy.typewithout readingconfig.toml. - Inspect the first turn context.
The new conversation receives never/user/managed/workspace-write instead of the configured on-request/auto_review approval settings.
What is the expected behavior?
A named permission profile should control filesystem and network permissions without replacing the independently configured approval policy and reviewer.
The fresh thread should start with:
approval_policy = on-request
approvals_reviewer = auto_review
permission_profile.type = managed
sandbox_policy.type = workspace-write
Additional information
This is the macOS Codex Desktop counterpart to #33084. That issue was closed after the reporter confirmed the VS Code case appeared fixed in 26.707.91948, but the Desktop reproduction above still occurs on that exact version after a full restart.
Related broader Desktop report: #32338.
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗