Ctrl+g with Sublime Text fails

Open 💬 1 comment Opened Aug 17, 2026 by KingMob

What version of Codex CLI is running?

codex-cli 0.147.0

What subscription do you have?

Plus

Which model were you using?

gpt-5.6-sol

What platform is your computer?

Darwin 25.4.0 arm64 arm

What terminal emulator and version are you using (if applicable)?

Warp v0.2026.08.05.09.03.stable_01

Codex doctor report

{
  "schemaVersion": 1,
  "generatedAt": "1786955032s since unix epoch",
  "overallStatus": "warning",
  "codexVersion": "0.147.0",
  "checks": {
    "app_server.status": {
      "id": "app_server.status",
      "category": "app-server",
      "status": "ok",
      "summary": "background server is running",
      "details": {
        "app-server version": "0.147.0",
        "control socket": "/Users/matthew/.codex/app-server-control/app-server-control.sock",
        "daemon state dir": "/Users/matthew/.codex/app-server-daemon",
        "mode": "persistent",
        "pid file": "/Users/matthew/.codex/app-server-daemon/app-server.pid (file)",
        "settings": "/Users/matthew/.codex/app-server-daemon/settings.json (file)",
        "status": "running",
        "update-loop pid file": "/Users/matthew/.codex/app-server-daemon/app-server-updater.pid (file)"
      },
      "remediation": null,
      "durationMs": 98
    },
    "auth.credentials": {
      "id": "auth.credentials",
      "category": "auth",
      "status": "ok",
      "summary": "auth is configured",
      "details": {
        "auth env vars present": "OPENAI_API_KEY",
        "auth file": "/Users/matthew/.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/matthew/.codex",
        "config.toml": "/Users/matthew/.codex/config.toml",
        "config.toml parse": "ok",
        "cwd": "/Users/matthew",
        "enabled feature flags": "shell_tool, view_image, unified_exec, shell_snapshot, code_mode_host, terminal_resize_reflow, sqlite, memories, hooks, enable_request_compression, multi_agent, apps, tool_search_always_defer_mcp_tools, tool_suggest, plugins, in_app_browser, in_app_updates, browser_use, browser_use_full_cdp_access, browser_use_external, computer_use, 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, fast_mode, tui_app_server, remote_compaction_v2, workspace_dependencies",
        "feature flag overrides": "memories=true",
        "feature flags enabled": "40",
        "log dir": "/Users/matthew/.codex/log",
        "mcp servers": "2",
        "model": "gpt-5.6-sol",
        "model provider": "openai",
        "sqlite home": "/Users/matthew/.codex"
      },
      "remediation": null,
      "durationMs": 0
    },
    "git.environment": {
      "id": "git.environment",
      "category": "git",
      "status": "ok",
      "summary": "git version 2.55.0",
      "details": {
        "PATH git #1": "/opt/homebrew/bin/git",
        "PATH git #2": "/usr/bin/git",
        "PATH git entries": "2",
        "git build options": "git version 2.55.0; cpu: arm64; no commit associated with this build; sizeof-long: 8; sizeof-size_t: 8; shell-path: /bin/sh; rust: disabled; feature: fsmonitor--daemon; gettext: enabled; libcurl: 8.7.1; zlib: 1.2.12; SHA-1: SHA1_DC; SHA-256: SHA256_BLK; default-ref-format: files; default-hash: sha1",
        "git exec path": "/opt/homebrew/opt/git/libexec/git-core",
        "git version": "git version 2.55.0",
        "repo detected": "false",
        "selected git": "/opt/homebrew/bin/git"
      },
      "remediation": null,
      "durationMs": 100
    },
    "installation": {
      "id": "installation",
      "category": "install",
      "status": "ok",
      "summary": "installation looks consistent",
      "details": {
        "PATH codex #1": "/Users/matthew/.local/bin/codex",
        "PATH codex #2": "/opt/homebrew/bin/codex",
        "PATH codex #3": "/Users/matthew/.local/bin/codex",
        "PATH codex entries": "3",
        "current executable": "/Users/matthew/.local/bin/codex",
        "install context": "standalone (unix, package /Users/matthew/.codex/packages/standalone/releases/0.147.0-aarch64-apple-darwin, bin /Users/matthew/.codex/packages/standalone/releases/0.147.0-aarch64-apple-darwin/bin, resources /Users/matthew/.codex/packages/standalone/releases/0.147.0-aarch64-apple-darwin/codex-resources, path /Users/matthew/.codex/packages/standalone/releases/0.147.0-aarch64-apple-darwin/codex-path)",
        "managed by bun": "false",
        "managed by npm": "false",
        "managed by pnpm": "false",
        "managed package root": "not set"
      },
      "remediation": null,
      "durationMs": 2
    },
    "mcp.config": {
      "id": "mcp.config",
      "category": "mcp",
      "status": "ok",
      "summary": "MCP configuration is locally consistent",
      "details": {
        "configured servers": "2",
        "disabled servers": "1",
        "stdio servers": "2"
      },
      "remediation": null,
      "durationMs": 0
    },
    "network.env": {
      "id": "network.env",
      "category": "network",
      "status": "ok",
      "summary": "network-related environment looks readable",
      "details": {
        "proxy env vars": "none"
      },
      "remediation": null,
      "durationMs": 0
    },
    "network.provider_reachability": {
      "id": "network.provider_reachability",
      "category": "reachability",
      "status": "ok",
      "summary": "active provider endpoints are reachable over HTTP",
      "details": {
        "openai API base URL": "https://api.openai.com/v1 reachable (HTTP 404)",
        "openai API route probe": "https://api.openai.com/v1/<redacted> route exists (HTTP 401)",
        "reachability mode": "API key auth"
      },
      "remediation": null,
      "durationMs": 790
    },
    "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",
        "models etag present": "true",
        "provider name": "OpenAI",
        "proxy env vars": "none",
        "reasoning header": "false",
        "server model present": "false",
        "supports websockets": "true",
        "wire API": "responses"
      },
      "remediation": null,
      "durationMs": 729
    },
    "runtime.provenance": {
      "id": "runtime.provenance",
      "category": "runtime",
      "status": "ok",
      "summary": "running standalone on macos-aarch64",
      "details": {
        "commit": "unknown",
        "current executable": "/Users/matthew/.local/bin/codex",
        "install method": "standalone (unix, package /Users/matthew/.codex/packages/standalone/releases/0.147.0-aarch64-apple-darwin, bin /Users/matthew/.codex/packages/standalone/releases/0.147.0-aarch64-apple-darwin/bin, resources /Users/matthew/.codex/packages/standalone/releases/0.147.0-aarch64-apple-darwin/codex-resources, path /Users/matthew/.codex/packages/standalone/releases/0.147.0-aarch64-apple-darwin/codex-path)",
        "platform": "macos-aarch64",
        "version": "0.147.0"
      },
      "remediation": null,
      "durationMs": 0
    },
    "runtime.search": {
      "id": "runtime.search",
      "category": "search",
      "status": "ok",
      "summary": "search is OK (bundled)",
      "details": {
        "search command": "/Users/matthew/.codex/packages/standalone/releases/0.147.0-aarch64-apple-darwin/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",
        "execve wrapper helper": "/Users/matthew/.codex/tmp/arg0/codex-arg0NI17TY/codex-execve-wrapper",
        "filesystem sandbox": "restricted",
        "network sandbox": "enabled"
      },
      "remediation": null,
      "durationMs": 0
    },
    "state.paths": {
      "id": "state.paths",
      "category": "state",
      "status": "ok",
      "summary": "state paths and databases are inspectable",
      "details": {
        "CODEX_HOME": "/Users/matthew/.codex (dir)",
        "active rollout files": "663 files, 368944576 total bytes, 556477 average bytes",
        "archived rollout files": "16 files, 5368421 total bytes, 335526 average bytes",
        "goals DB": "/Users/matthew/.codex/goals_1.sqlite (file)",
        "goals DB integrity": "ok",
        "log DB": "/Users/matthew/.codex/logs_2.sqlite (file)",
        "log DB integrity": "ok",
        "log dir": "/Users/matthew/.codex/log (dir)",
        "memories DB": "/Users/matthew/.codex/memories_1.sqlite (file)",
        "memories DB integrity": "ok",
        "queue DB": "/Users/matthew/.codex/queue_1.sqlite (file)",
        "queue DB integrity": "ok",
        "sqlite home": "/Users/matthew/.codex (dir)",
        "standalone release cache": "3 entries in /Users/matthew/.codex/packages/standalone/releases",
        "state DB": "/Users/matthew/.codex/state_5.sqlite (file)",
        "state DB integrity": "ok",
        "thread history DB": "/Users/matthew/.codex/thread_history_1.sqlite (file)",
        "thread history DB integrity": "ok"
      },
      "remediation": null,
      "durationMs": 911
    },
    "state.rollout_db_parity": {
      "id": "state.rollout_db_parity",
      "category": "threads",
      "status": "warning",
      "summary": "rollout files and state DB thread inventory differ",
      "details": {
        "default model provider": "openai",
        "rollout DB active files": "663",
        "rollout DB active rows": "664",
        "rollout DB archive mismatches": "0",
        "rollout DB archived files": "16",
        "rollout DB archived rows": "16",
        "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=680",
        "rollout DB rows": "680",
        "rollout DB scan cap reached": "false",
        "rollout DB scan errors": "0",
        "rollout DB sources": "subagent:thread_spawn=376, exec=134, vscode=93, subagent:other=62, cli=14, subagent:review=1",
        "rollout DB stale row sample": "/Users/matthew/.codex/sessions/2026/08/15/rollout-2026-08-15T17-43-04-01a00504-9f8b-77e2-990d-b8644d5d42e2.jsonl",
        "rollout DB stale rows": "1"
      },
      "issues": [
        {
          "severity": "warning",
          "cause": "state DB rows point at missing or unusable rollout files",
          "measured": "1 stale rows",
          "expected": "every state DB rollout path is a file on disk",
          "remedy": null,
          "fields": []
        }
      ],
      "remediation": null,
      "durationMs": 336
    },
    "system.environment": {
      "id": "system.environment",
      "category": "system",
      "status": "ok",
      "summary": "OS language en-TH",
      "details": {
        "EDITOR": "set",
        "LANG": "C.UTF-8",
        "LC_CTYPE": "UTF-8",
        "VISUAL": "not set",
        "os": "Mac OS 26.4.1 [64-bit]",
        "os language": "en-TH",
        "os type": "Mac OS",
        "os version": "26.4.1"
      },
      "remediation": null,
      "durationMs": 2
    },
    "terminal.env": {
      "id": "terminal.env",
      "category": "terminal",
      "status": "ok",
      "summary": "terminal metadata was detected",
      "details": {
        "COLORTERM": "truecolor",
        "TERM_PROGRAM": "WarpTerminal",
        "color output": "enabled",
        "effective locale": "UTF-8",
        "stderr is terminal": "true",
        "stdin is terminal": "true",
        "stdout is terminal": "true",
        "terminal": "Warp",
        "terminal size": "136x50",
        "terminal version": "v0.2026.08.05.09.03.stable_01"
      },
      "remediation": null,
      "durationMs": 0
    },
    "terminal.title": {
      "id": "terminal.title",
      "category": "title",
      "status": "ok",
      "summary": "terminal title default",
      "details": {
        "terminal title activity": "true",
        "terminal title items": "activity, project-name",
        "terminal title project source": "cwd",
        "terminal title project value": "matthew",
        "terminal title source": "default"
      },
      "remediation": null,
      "durationMs": 0
    },
    "updates.status": {
      "id": "updates.status",
      "category": "updates",
      "status": "ok",
      "summary": "update configuration is locally consistent",
      "details": {
        "cached latest version": "0.147.0",
        "check for update on startup": "true",
        "last checked at": "2026-08-17T08:18:46.628183Z",
        "latest version": "0.147.0",
        "latest version status": "current version is not older",
        "update action": "standalone installer",
        "version cache": "/Users/matthew/.codex/version.json"
      },
      "remediation": null,
      "durationMs": 342
    }
  }
}

What issue are you seeing?

Ctrl+g is supposed to open an external editor, allow you to edit the prompt, and then update the prompt in codex CLI after saving.

However, after saving with Sublime Text 4 (Stable channel, build 4200), the codex CLI prompt is unchanged.

What steps can reproduce the bug?

  1. Set $EDITOR to subl, the CLI helper for Sublime Text
  2. Open codex in the terminal
  3. Hit Ctrl+g. The existing prompt content will prefilled in a temp file.
  4. Make any edits.
  5. Save the temp file.
  6. See the lack of change in codex's prompt

What is the expected behavior?

_No response_

Additional information

_No response_

View original on GitHub ↗

1 Comment

jdcodes1 · 11 days ago

Same root cause as #38967 — full analysis posted there: https://github.com/openai/codex/issues/38967#issuecomment-5314857941

Short version: run_editor (tui/src/external_editor.rs#L172-L229 on main) waits for the process to exit and then reads the temp file back, but subl launched bare hands the path to the running Sublime instance and exits immediately — so Codex reads (and then deletes) the file before you've edited anything.

Workaround that works today: export EDITOR="subl -w" — the -w flag makes the helper block until the tab is closed, which restores the expected save-then-update behavior.