openai / openai/codex

TUI title generation fails because managed permission profiles override its explicit read-only sandbox

Open
#46,460 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

app-server bug CLI sandbox TUI
Dominant language
Rust
Stars
125k
Forks
19.4k
PR merge metrics
PR metrics pending

Description

Proposed GitHub issue

Title

TUI title generation fails because managed permission profiles override its explicit read-only sandbox

What version of Codex CLI is running?

0.155.0

What subscription do you have?

ChatGPT Business

Which model were you using?

The visible task uses gpt-5.6-sol. The internal title-generation thread uses gpt-5.6-luna.

What platform is your computer?

Darwin 25.6.0 arm64 arm

What terminal emulator and version are you using?

Ghostty 1.3.1

Codex doctor report

{
  "schemaVersion": 1,
  "generatedAt": "1789752290s since unix epoch",
  "overallStatus": "warning",
  "codexVersion": "0.155.0",
  "checks": {
    "app_server.status": {
      "id": "app_server.status",
      "category": "app-server",
      "status": "ok",
      "summary": "background server is not running",
      "details": {
        "control socket": "/Users/REDACTED/.codex/app-server-control/app-server-control.sock",
        "daemon state dir": "/Users/REDACTED/.codex/app-server-daemon",
        "mode": "ephemeral",
        "pid file": "/Users/REDACTED/.codex/app-server-daemon/app-server.pid (missing)",
        "settings": "/Users/REDACTED/.codex/app-server-daemon/settings.json (missing)",
        "status": "not running",
        "update-loop pid file": "/Users/REDACTED/.codex/app-server-daemon/app-server-updater.pid (missing)"
      },
      "remediation": null,
      "durationMs": 0
    },
    "auth.credentials": {
      "id": "auth.credentials",
      "category": "auth",
      "status": "ok",
      "summary": "auth is configured",
      "details": {
        "auth file": "/Users/REDACTED/.codex/auth.json",
        "auth storage mode": "File",
        "stored API key": "false",
        "stored ChatGPT tokens": "true",
        "stored agent identity": "false",
        "stored auth mode": "chatgpt"
      },
      "remediation": null,
      "durationMs": 0
    },
    "config.load": {
      "id": "config.load",
      "category": "config",
      "status": "ok",
      "summary": "config loaded",
      "details": {
        "CODEX_HOME": "/Users/REDACTED/.codex",
        "active thread overrides": "not inspected",
        "config.toml": "/Users/REDACTED/.codex/config.toml",
        "config.toml parse": "ok",
        "configuration load ms": "8",
        "configuration scope": "invocation config, including cloud-managed policy",
        "cwd": "/path/to/workspace",
        "enabled feature flags": "shell_tool, view_image, sleep_tool, unified_exec, unified_exec_tty, unified_exec_zsh_fork, shell_snapshot, content_item_kinds, code_mode_host, terminal_resize_reflow, sqlite, hooks, enable_request_compression, unbounded_connection_retries, multi_agent, apps, tool_search_always_defer_mcp_tools, tool_suggest, plugins, in_app_chat, in_app_dictation, in_app_local_automation, in_app_updates, remote_plugin, plugin_sharing, image_generation, resize_all_images, item_ids, skill_mcp_dependency_install, skill_search, mentions_v2, steer, guardian_approval, goals, collaboration_modes, tool_call_mcp_elicitation, auth_elicitation, personality, tui_app_server, compaction_image_budget, workspace_dependencies",
        "feature flag overrides": "in_app_browser=false, browser_use=false, browser_use_full_cdp_access=false, browser_use_external=false, computer_use=false, fast_mode=false",
        "feature flags enabled": "41",
        "log dir": "/Users/REDACTED/.codex/log",
        "mcp servers": "13",
        "model": "gpt-5.6-sol",
        "model provider": "openai",
        "sqlite home": "/Users/REDACTED/.codex"
      },
      "remediation": null,
      "durationMs": 0
    },
    "desktop.app.version": {
      "id": "desktop.app.version",
      "category": "desktop",
      "status": "ok",
      "summary": "the desktop application is installed",
      "details": {
        "log directory": "$HOME/Library/Logs/com.openai.codex",
        "running": "true",
        "version": "26.915.31029"
      },
      "remediation": null,
      "durationMs": 0
    },
    "desktop.app_server.handshake": {
      "id": "desktop.app_server.handshake",
      "category": "desktop",
      "status": "ok",
      "summary": "the desktop app-server initialized successfully",
      "details": {},
      "remediation": null,
      "durationMs": 0
    },
    "desktop.security.enforcement": {
      "id": "desktop.security.enforcement",
      "category": "desktop",
      "status": "ok",
      "summary": "the desktop application passed available macos security assessments",
      "details": {
        "gatekeeper": "accepted"
      },
      "remediation": null,
      "durationMs": 0
    },
    "git.environment": {
      "id": "git.environment",
      "category": "git",
      "status": "ok",
      "summary": "git executable found; execution not verified",
      "details": {
        ".git entry": "file -> /path/to/repository/.git/worktrees/worktree",
        "PATH git #1": "/path/to/corporate/git",
        "PATH git #2": "/opt/homebrew/bin/git",
        "PATH git #3": "/usr/bin/git",
        "PATH git entries": "3",
        "git execution": "not inspected (PATH helpers are not executed)",
        "repo detected": "true",
        "repo root": "/path/to/workspace",
        "selected git": "/path/to/corporate/git"
      },
      "remediation": null,
      "durationMs": 1
    },
    "installation": {
      "id": "installation",
      "category": "install",
      "status": "ok",
      "summary": "installation looks consistent",
      "details": {
        "PATH codex #1": "/opt/homebrew/bin/codex",
        "current executable": "/opt/homebrew/bin/codex",
        "install context": "brew (package /opt/homebrew/Caskroom/codex/0.155.0, bin /opt/homebrew/Caskroom/codex/0.155.0/bin, resources /opt/homebrew/Caskroom/codex/0.155.0/codex-resources, path /opt/homebrew/Caskroom/codex/0.155.0/codex-path)",
        "managed by Vite+": "false",
        "managed by bun": "false",
        "managed by npm": "false",
        "managed by pnpm": "false",
        "managed package root": "not set"
      },
      "remediation": null,
      "durationMs": 11
    },
    "mcp.config": {
      "id": "mcp.config",
      "category": "mcp",
      "status": "ok",
      "summary": "MCP configuration is locally consistent",
      "details": {
        "configured servers": "13",
        "disabled servers": "1",
        "stdio servers": "1",
        "streamable_http servers": "12"
      },
      "remediation": null,
      "durationMs": 1730
    },
    "network.env": {
      "id": "network.env",
      "category": "network",
      "status": "ok",
      "summary": "network-related environment looks readable",
      "details": {
        "managed proxy": "not configured",
        "proxy env vars": "none",
        "respect system proxy": "disabled",
        "system proxy": "direct"
      },
      "remediation": null,
      "durationMs": 0
    },
    "network.provider_reachability": {
      "id": "network.provider_reachability",
      "category": "reachability",
      "status": "ok",
      "summary": "active provider endpoints are reachable over HTTP",
      "details": {
        "ChatGPT inference URL": "https://chatgpt.com/backend-api/<redacted> reachable (HTTP 405)",
        "desktop assets CDN": "https://chatgpt.com/backend-api/<redacted> reachable (HTTP 200)",
        "reachability mode": "ChatGPT auth"
      },
      "remediation": null,
      "durationMs": 249
    },
    "network.websocket_reachability": {
      "id": "network.websocket_reachability",
      "category": "websocket",
      "status": "ok",
      "summary": "Responses WebSocket handshake succeeded",
      "details": {
        "DNS": "2 IPv4, 2 IPv6, first IPv6",
        "auth mode": "chatgpt",
        "connect timeout": "15000 ms",
        "endpoint": "wss://chatgpt.com/backend-api/<redacted>",
        "handshake result": "HTTP 101 Switching Protocols",
        "model provider": "openai",
        "provider name": "OpenAI",
        "proxy env vars": "none",
        "reasoning header": "false",
        "server model present": "false",
        "supports websockets": "true",
        "wire API": "responses"
      },
      "remediation": null,
      "durationMs": 828
    },
    "runtime.provenance": {
      "id": "runtime.provenance",
      "category": "runtime",
      "status": "ok",
      "summary": "running brew on macos-aarch64",
      "details": {
        "commit": "unknown",
        "current executable": "/opt/homebrew/bin/codex",
        "install method": "brew (package /opt/homebrew/Caskroom/codex/0.155.0, bin /opt/homebrew/Caskroom/codex/0.155.0/bin, resources /opt/homebrew/Caskroom/codex/0.155.0/codex-resources, path /opt/homebrew/Caskroom/codex/0.155.0/codex-path)",
        "platform": "macos-aarch64",
        "version": "0.155.0"
      },
      "remediation": null,
      "durationMs": 0
    },
    "runtime.search": {
      "id": "runtime.search",
      "category": "search",
      "status": "ok",
      "summary": "search command found (bundled); execution not verified",
      "details": {
        "search command": "/opt/homebrew/Caskroom/codex/0.155.0/codex-path/rg",
        "search command readiness": "file exists",
        "search provider": "bundled"
      },
      "remediation": null,
      "durationMs": 0
    },
    "sandbox.helpers": {
      "id": "sandbox.helpers",
      "category": "sandbox",
      "status": "ok",
      "summary": "sandbox configuration is readable",
      "details": {
        "approval policy": "OnRequest",
        "codex-linux-sandbox helper": "none",
        "denied-read glob rules": "0",
        "denied-read rules": "0",
        "execve wrapper helper": "/Users/REDACTED/.codex/tmp/arg0/codex-arg0njQQPc/codex-execve-wrapper",
        "filesystem sandbox": "restricted",
        "glob scan max depth": "unbounded",
        "managed filesystem source": "none",
        "network sandbox": "restricted"
      },
      "remediation": null,
      "durationMs": 0
    },
    "security.endpoint": {
      "id": "security.endpoint",
      "category": "security",
      "status": "warning",
      "summary": "endpoint protection detected; Codex exclusions are unverified",
      "details": {
        "Codex exclusions": "not verified",
        "endpoint products": "[redacted endpoint product]",
        "exclusion targets": "signing team REDACTED plus the installed Codex app identity, signed codex agent, and required helpers"
      },
      "issues": [
        {
          "severity": "warning",
          "cause": "[redacted endpoint product] can interfere with Codex. Verify Codex exclusions.",
          "measured": "not verified",
          "expected": "Codex application and helper exclusions",
          "remedy": "[redacted endpoint product]: Add a certificate or IOA exclusion for Codex. If sensor overhead continues, exclude the Codex agent from sensor visibility. Keep monitoring descendant processes.",
          "fields": [
            "Codex exclusions"
          ]
        }
      ],
      "remediation": "ask your security administrator to verify Codex exclusions and required helper allowances",
      "durationMs": 30
    },
    "state.paths": {
      "id": "state.paths",
      "category": "state",
      "status": "ok",
      "summary": "state paths and databases are inspectable",
      "details": {
        "CODEX_HOME": "/Users/REDACTED/.codex (dir)",
        "active rollout files": "423 files, 1367102147 total bytes, 3231919 average bytes",
        "archived rollout files": "1 files, 914399 total bytes, 914399 average bytes",
        "goals DB": "/Users/REDACTED/.codex/goals_1.sqlite (file)",
        "goals DB integrity": "ok",
        "log DB": "/Users/REDACTED/.codex/logs_2.sqlite (file)",
        "log DB integrity": "ok",
        "log dir": "/Users/REDACTED/.codex/log (missing)",
        "memories DB": "/Users/REDACTED/.codex/memories_1.sqlite (file)",
        "memories DB integrity": "ok",
        "memories v2 DB": "/Users/REDACTED/.codex/memories_v2_1.sqlite (missing)",
        "memories v2 DB integrity": "skipped (missing)",
        "queue DB": "/Users/REDACTED/.codex/queue_1.sqlite (file)",
        "queue DB integrity": "ok",
        "sqlite home": "/Users/REDACTED/.codex (dir)",
        "state DB": "/Users/REDACTED/.codex/state_5.sqlite (file)",
        "state DB integrity": "ok",
        "thread history DB": "/Users/REDACTED/.codex/thread_history_1.sqlite (file)",
        "thread history DB integrity": "ok"
      },
      "remediation": null,
      "durationMs": 564
    },
    "state.rollout_db_parity": {
      "id": "state.rollout_db_parity",
      "category": "threads",
      "status": "ok",
      "summary": "rollout files and state DB thread inventory agree",
      "details": {
        "default model provider": "openai",
        "rollout DB active files": "423",
        "rollout DB active rows": "423",
        "rollout DB archive mismatches": "0",
        "rollout DB archived files": "1",
        "rollout DB archived rows": "1",
        "rollout DB duplicate DB paths": "0",
        "rollout DB duplicate rollout thread ids": "0",
        "rollout DB malformed file names": "0",
        "rollout DB missing active rows": "0",
        "rollout DB missing archived rows": "0",
        "rollout DB model providers": "openai=424",
        "rollout DB rows": "424",
        "rollout DB scan cap reached": "false",
        "rollout DB scan errors": "0",
        "rollout DB sources": "subagent:other=222, cli=173, subagent:thread_spawn=15, vscode=13, subagent:review=1",
        "rollout DB stale rows": "0"
      },
      "remediation": null,
      "durationMs": 444
    },
    "system.disk": {
      "id": "system.disk",
      "category": "disk",
      "status": "ok",
      "summary": "sufficient free disk space (11.7 GiB)",
      "details": {
        "CODEX_HOME available": "11.7 GiB",
        "failure threshold": "1.0 GiB",
        "warning threshold": "5.0 GiB",
        "worktree available": "11.7 GiB"
      },
      "remediation": null,
      "durationMs": 0
    },
    "system.environment": {
      "id": "system.environment",
      "category": "system",
      "status": "ok",
      "summary": "OS language en-US",
      "details": {
        "EDITOR": "set",
        "LANG": "en_US.UTF-8",
        "VISUAL": "not set",
        "os": "Mac OS 26.7.0 [64-bit]",
        "os language": "en-US",
        "os type": "Mac OS",
        "os version": "26.7.0"
      },
      "remediation": null,
      "durationMs": 9
    },
    "terminal.env": {
      "id": "terminal.env",
      "category": "terminal",
      "status": "warning",
      "summary": "height 23 rows - content may scroll off (recommended >=24)",
      "details": {
        "COLORTERM": "truecolor",
        "TERMINFO": "/Applications/Ghostty.app/Contents/Resources/terminfo (dir)",
        "TERM_PROGRAM": "ghostty",
        "color output": "disabled (stdout is not a terminal)",
        "effective locale": "en_US.UTF-8",
        "stderr is terminal": "true",
        "stdin is terminal": "true",
        "stdout is terminal": "false",
        "terminal": "Ghostty",
        "terminal size": "187x23",
        "terminal version": "1.3.1"
      },
      "issues": [
        {
          "severity": "warning",
          "cause": "height 23 rows - content may scroll off (recommended >=24)",
          "measured": "187 x 23",
          "expected": ">= 24 rows",
          "remedy": "resize the window to at least 24 rows",
          "fields": [
            "terminal size"
          ]
        }
      ],
      "remediation": null,
      "durationMs": 0
    },
    "terminal.title": {
      "id": "terminal.title",
      "category": "title",
      "status": "ok",
      "summary": "terminal title configured",
      "details": {
        "terminal title activity": "true",
        "terminal title items": "activity, thread-title",
        "terminal title source": "configured"
      },
      "remediation": null,
      "durationMs": 0
    },
    "updates.status": {
      "id": "updates.status",
      "category": "updates",
      "status": "ok",
      "summary": "update configuration is locally consistent",
      "details": {
        "cached latest version": "0.155.0",
        "check for update on startup": "true",
        "last checked at": "2026-09-18T13:12:38.038233Z",
        "latest version": "0.155.0",
        "latest version status": "current version is not older",
        "update action": "brew upgrade --cask codex",
        "version cache": "/Users/REDACTED/.codex/version.json"
      },
      "remediation": null,
      "durationMs": 159
    }
  }
}

The report has overall status warning. Its two warnings concern unverified endpoint-protection exclusions and a 23-row terminal window. Neither warning affects configuration resolution or the sandbox policy returned by thread/start.

What issue are you seeing?

Automatic thread-title generation fails when Codex receives managed requirements containing an allowed_permission_profiles allowlist with default_permissions = ":workspace".

The title helper explicitly requests an ephemeral read-only thread with approval policy never, but app-server resolves the thread as workspace-write. The TUI detects the broader effective policy and aborts before starting the title turn:

approval_policy=never sandbox_policy=workspace-write
...
codex_tui::app::thread_title: failed to start title-generation thread
error=temporary structured thread did not start with read-only permissions

Consequently, new TUI threads remain unnamed.

Manual naming with /rename still works, indicating that persistence through thread/name/set is healthy and the failure is isolated to automatic title generation.

The effective requirements reported by configRequirements/read are:

{
  "allowedApprovalPolicies": ["on-request", "never"],
  "allowedSandboxModes": null,
  "allowedPermissionProfiles": {
    ":danger-full-access": true,
    ":read-only": true,
    ":workspace": true
  },
  "defaultPermissions": ":workspace"
}

Read-only is explicitly allowed, so the failure does not appear to be an intentional policy rejection. This configuration follows the documented managed permission-profile pattern: a built-in workspace default with read-only and workspace profiles allowed.

What steps can reproduce the bug?

  1. Apply these requirements through a supported managed requirements source:

    default_permissions = ":workspace"
    
    [allowed_permission_profiles]
    ":read-only" = true
    ":workspace" = true
    ":danger-full-access" = true
    
  2. Fully restart Codex CLI so the requirements are loaded into the new process.

  3. Run Codex CLI 0.155.0 in TUI mode in a trusted workspace.

  4. Start a new task and send an initial prompt that would normally trigger automatic title generation.

  5. Inspect the trace/debug log.

The temporary title thread starts with:

model=gpt-5.6-luna
approval_policy=never
sandbox_policy=workspace-write

It is then rejected by the TUI with:

temporary structured thread did not start with read-only permissions

No title turn is submitted.

What is the expected behavior?

The temporary title thread should start read-only because:

  • the caller explicitly requests read-only;
  • :read-only is permitted by the managed allowlist; and
  • title generation deliberately validates that its effective permissions remain read-only.

Possible resolutions include having the title helper request permissions = ":read-only" when managed profile mode is active, or translating an allowed legacy sandbox = "read-only" request to the corresponding built-in profile instead of replacing it with the managed workspace default.

The title helper should continue to fail closed if read-only is genuinely disallowed.

Additional information

The apparent v0.155.0 code path is:

  1. temporary_structured_request.rs treats only profile names not beginning with : as profiles to preserve.
  2. An active built-in profile such as :workspace is therefore discarded.
  3. The helper sends the legacy sandbox = ReadOnly field.
  4. In config resolution, the presence of managed allowed_permission_profiles sets requirements_force_profile_selection.
  5. Forced profile selection chooses the managed default_permissions, which is :workspace.
  6. App-server returns the compatibility sandbox projection as workspace-write.
  7. The title helper's read-only verification aborts the operation.

Relevant source:

The helper catches the broader policy before the title turn runs. This report does not demonstrate filesystem access or a sandbox escape. The user-visible impact is failed automatic title generation, while the underlying correctness issue is that thread/start returns a broader effective sandbox than the caller requested even though the requested read-only profile is allowed.

Related but apparently not duplicate:

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.

Research direction

Start by reproducing TUI title generation with a managed permission profile and an explicit read-only sandbox. Trace the permission-profile and sandbox handling involved in that path; done means title generation succeeds while the explicit read-only restriction remains honored.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli, security
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.