contribution/compass
openai/codex

Codex

501 signals · 497 observation events

Open repository ↗

Lightweight coding agent that runs in your terminal

105.7K stars16.0K forksRustApache-2.0keyword: OpenAI Codex
PROJECT NEWS

Release, roadmap, and discussion

All news →
openai/codex

Codex

Coding-Agent Infrastructure
Latest stable

0.147.0

rust-v0.147.0
  • New Features
  • Install portable Agent Plugins and search across local, personal, workspace, and remote plugin catalogs. (#36544, #36409, #36919, #36796)
  • Organize conversations into persistent, manually ordered sections and browse long transcripts incrementally. (#35722, #36007, #36380, #36948, #36950)
  • Enable automatically reviewed approvals with the new --approve-for-me CLI flag. (#36373)
  • Import Cursor-managed skills and synchronize changes to imported Claude and Cursor conversations without creating duplicates. (#36361, #36356, #35623)
Original release notes ↗

Publicly indicated next

Prereleases and milestones indicate public plans; they are not delivery commitments.

Observation trail

  1. discoveredinitial snapshot
  2. discoveredinitial snapshot
  3. discoveredinitial snapshot
  4. discoveredinitial snapshot
  5. discoveredinitial snapshot
  6. changedmetrics
  7. discoveredinitial snapshot
  8. discoveredinitial snapshot
  9. discoveredinitial snapshot
  10. changedupdatedAt, metrics
  11. changedupdatedAt, metrics, state
  12. discoveredinitial snapshot
  13. discoveredinitial snapshot
  14. discoveredinitial snapshot
  15. discoveredinitial snapshot
  16. discoveredinitial snapshot
  17. changedupdatedAt, metrics
  18. discoveredinitial snapshot
  19. discoveredinitial snapshot
  20. discoveredinitial snapshot
  21. discoveredinitial snapshot
  22. discoveredinitial snapshot
  23. changedupdatedAt, metrics
  24. discoveredinitial snapshot
  25. changedupdatedAt, metrics
  26. discoveredinitial snapshot
  27. discoveredinitial snapshot
  28. discoveredinitial snapshot
  29. discoveredinitial snapshot
  30. changedupdatedAt, metrics
50 shown
issue

[TUI] /model in Plan mode updates Default globally and changes Medium to High

### What version of Codex CLI is running? `codex-cli 0.146.0` ### What platform are you using? Windows, Codex CLI TUI. ### What issue are you seeing? Changing the model with `/model` while Plan mode is active does not preserve separate Default- and Plan-mode settings. Starting state: - Default mode: `gpt-5.6-terra`, Medium - Plan mode entered with Shift+Tab

importance 4@rajagiriraviopenbugwindows-osTUICLIplanOriginal evidence ↗
issue

Accessibility: desktop app does not announce response status updates to screen readers

### What issue are you seeing? When using the ChatGPT desktop app with a screen reader, across Chat, Work, and Codex conversations, important conversation status updates are not announced the way they are in the ChatGPT web experience. On the web, screen-reader users receive useful status feedback during the interaction, such as an initial working/thinking s

importance 4@lprazdnikopenenhancementappOriginal evidence ↗
issue

GitHub connector: inconsistent repository parameter name causes misleading schema error

### What issue are you seeing? The GitHub connector exposes inconsistent names for the same repository identifier across sibling tools. For example, `fetch_issue_comments` requires `repo_full_name`, while many other GitHub tools (including `create_issue`) require `repository_full_name`. This makes a plausible model-generated call fail before reaching GitHub.

importance 4@bbk1ngopenbugtool-callsskillsOriginal evidence ↗
issue

[Linux] Desktop app fails to launch when stale Codex SingletonLock points to a dead PID

### Summary On Ubuntu 26.04, the ChatGPT/Codex Linux desktop app refused to launch because the Codex profile was reported as being in use by another process, even though the referenced PID no longer existed and no `chatgpt` or `codex` processes were running. Removing only the stale Chromium/Electron singleton files under `~/.config/Codex/` immediately fixed

importance 4@jyoushopenbugappOriginal evidence ↗
issue

[app] “Sort chats by” options do not reorder project groups in the sidebar

### What version of the Codex App are you using (From “About Codex” dialog)? 26.803.81509 (build 6415) ### What subscription do you have? ChatGPT Pro 20x ### What platform is your computer? Darwin 25.6.1 arm64 arm ### What issue are you seeing? When the sidebar is organized **By project**, changing **Sort chats by** between **Priority**, **Last updated**, an

importance 4@omarpinarecordsclosedbugappsessionOriginal evidence ↗
issue

[app] Document manual project ordering and add project-folder sort controls

### What variant of Codex are you using? App — 26.803.81509 (build 6415), macOS Darwin 25.6.1 arm64, ChatGPT Pro 20x ### Summary Project folders/groups in the desktop sidebar **can already be reordered manually by dragging them**, and the custom order works. However, this behavior is not documented, and the surrounding UI is confusing: - Under **Organize sid

importance 4@omarpinarecordsopenenhancementappOriginal evidence ↗
issue

Project Workspaces with Shared Context Across Related Chats

### What variant of Codex are you using? Codex APP | ChatGPT with Codex ### What feature would you like to see? I'd like to propose an optional ****Project Workspace** ****feature that allows users to group a small number of related chats or Codex sessions--perhaps 3-5--into a shared workspace. Each chat would remain an independent conversation focused on a

importance 4@andycode94openenhancementappsessionmemoryOriginal evidence ↗
issue

Codex iOS SSH disconnects before authentication with exe.dev RSA host certificate

### What issue are you seeing? The Codex iOS **Add SSH Host** flow disconnects in roughly 500 ms, before SSH authentication completes, when connecting to an exe.dev VM through exe.dev's managed SSH endpoint. The iOS UI reports only: > Could not connect to <user>@<vm>.exe.xyz over SSH. This appears to be an interoperability problem in the iOS SSH client with

importance 4@mio256openbugiOSconnectivityremoteOriginal evidence ↗
issue

Support for Background Compaction

### What variant of Codex are you using? App ### What feature would you like to see? Compaction currently pauses the agent loop while the previous context is compacted. Codex could make compaction time completely hidden if the agent is allowed to continue working during this time. This involves 1. Taking a snapshot of the conversation and sending it to the c

importance 4@rmenon1008openenhancementcontextappOriginal evidence ↗
issue

Automatic compaction drops unchanged additionalContext

### What issue are you seeing? Unchanged client-supplied `additionalContext` disappears after automatic compaction. Codex retains `additionalContext` in `AdditionalContextStore` and normally emits only entries that changed since the prior turn. That deduplication works until compaction replaces model history: the replacement history is built without re-rende

importance 4@davidfantopenbugcontextapp-serverOriginal evidence ↗
issue

Computer Use screenshot capture fails on Windows 10 Boot Camp with SetIsBorderRequired E_NOINTERFACE (0x80004002)

### What issue are you seeing? ## Summary Computer Use cannot capture screenshots on Windows 10 22H2 running through Apple Boot Camp. Application and window enumeration works correctly, but every `get_window_state` request that includes a screenshot fails with: ```text SetIsBorderRequired failed: No such interface supported (0x80004002) ``` The problem is re

importance 4@willyansete7openbugwindows-osappcomputer-useOriginal evidence ↗
issue

Expose safe project and thread ordering APIs for Codex Desktop

### What variant of Codex are you using? App / Codex Desktop ### What feature would you like to see? Codex Desktop supports drag-and-drop organization, but automating it through the UI is unsafe because dropping a thread onto a project changes its project membership instead of merely changing its visual order. Please expose supported App Server APIs for: - r

importance 4@root1739126979openenhancementappapp-serverOriginal evidence ↗
issue

[Bug] Multi-Agent V2 child gets service_tier=priority after parent switches to default, even when spawn_agent omits the field

### What version of Codex is running? - Codex Desktop: `26.803.10989.0` - Embedded Codex runtime recorded in the child rollout: `0.147.0-alpha.6.6` ### What subscription do you have? ChatGPT Pro (20x) ### Which model were you using? `gpt-5.6-sol`, reasoning effort `ultra`, Multi-Agent V2 ### What platform is your computer? Microsoft Windows 11 Home, version

importance 4@allvegetableopenbugappsubagentOriginal evidence ↗
issue

Codex silently reduced a paper-replication task, then presented a smoke test as evidence about the paper being "unsupported"

### What issue are you seeing? I asked Codex to reproduce a research paper using the repository’s paper-replication skill, train on the supplied MS1M dataset, reproduce the paper’s attack evaluation, verify correctness, and use GPU 0. Instead of completing the requested experiment, Codex silently restricted MS1M to: max_classes: 512 max_per_class: 30 This re

importance 4@weathonopenbugmodel-behaviorskillsOriginal evidence ↗
issue

Reset card does not display specific expiration time

### What version of the Codex App are you using (From “About Codex” dialog)? 26.803.81509 ### What subscription do you have? puls ### What platform is your computer? windwos ### What issue are you seeing? Hello, I'd like to provide some feedback because I hope you can continue to improve and get better. I had a reset card that expired, and it showed the expi

importance 4@xulin303openenhancementappOriginal evidence ↗
issue

macOS standalone: apply_patch fs helper re-exec through current symlink fails with EPERM

### What version of Codex CLI is running? `codex-cli 0.147.0` ### What subscription do you have? ChatGPT subscription ### Which model were you using? `gpt-5.6-sol` ### What platform is your computer? Apple Silicon macOS 26.6.1 (`Darwin 25.6.0 arm64`) ### What terminal emulator and version are you using (if applicable)? Ghostty 1.3.1 ### Codex doctor report T

importance 4@adawalliopenbugsandboxCLItool-callsOriginal evidence ↗
issue

App-server: expose atomic idle-only turn admission

### What variant of Codex are you using? CLI / app-server v2 on current `main` (`e766f7598993ce37cf61b9c26c80cc2ba3a4f2d7`). ### What feature would you like to see? An experimental app-server request that atomically starts a turn only when a specific thread is idle. Today, `turn/start` is intentionally start-or-steer: if a turn becomes active before Core adm

importance 4@jrdeckopenenhancementCLIapp-serverOriginal evidence ↗
issue

CreateProcess: Rejected("Failed to create unified exec process: helper_unknown_error: setup refresh had errors")

### What version of the Codex App are you using (From “About Codex” dialog)? 26.803.81509 ### What subscription do you have? Plus ### What platform is your computer? Microsoft Windows NT 10.0.26200.0 x64 ### What issue are you seeing? Здравствуйте. В приложении Codex for Windows не работает выполнение команд в терминале для проекта D:\Projects\React\BezVmyat

importance 4@Color-maNopenbugwindows-ossandboxtool-callsappOriginal evidence ↗
issue

Codex credits consumed ~38,000–39,000 overnight with zero tasks issued — recurring bug, cap not enforced, no warning given

What happened: This has occurred twice, with nearly identical credit figures despite different credit caps each time. Incident 1 (last Thursday afternoon KST) Monthly credit cap: 5,000 Was actively working in the afternoon when Codex suddenly returned a "limit exceeded" error — with no prior low-credit warning Usage showed 38,140 credits consumed — over 7x t

importance 4@chang-kropenbugextensionrate-limitsOriginal evidence ↗
issue

Windows: all Claude-marketplace plugin hooks fail — hook bash resolves to the WSL shim; async hook protocol unsupported; failures report only 'Failed' with no diagnostics

## Environment - Codex CLI 0.144.1, 0.146.0, 0.147.0 (identical behavior on all three), npm install - Windows 11 Pro 10.0.26200 - Plugins from the `claude-plugins-official` marketplace: `security-guidance` 2.0.7, `superpowers` 6.3.0, `ralph-loop` 1.0.0 - WSL installed (Ubuntu default distro), Git for Windows installed ## Summary On Windows, every hook declar

importance 4@scarsai-cr0w-agentopenbugwindows-osexecCLIhooksOriginal evidence ↗
issue

TUI fork keeps the parent thread's writer active, preventing resume from another TUI

### Codex version codex-cli 0.147.0 ### Environment - macOS 26.4.1 (25E253) - Apple Silicon (arm64) - zsh 5.9 - Installed via `@openai/codex` ### Description After forking an active thread from the Codex TUI, the original parent thread remains owned by the same TUI/app-server process as an active writer. As a result, attempting to resume the parent thread fr

importance 4@zeyozhopenbugTUICLIapp-serverOriginal evidence ↗
issue

Amazon Bedrock Mantle /responses/compact retains all supplied assistant items across repeated CLI 0.147.0-compatible calls

## Summary In two direct calls to the native Amazon Bedrock Mantle compact endpoint using a CLI 0.147.0-compatible request schema, every supplied assistant response-item ID remained in the returned canonical window. The linked two-pass raw evidence contains 64 assistants after pass 1 and 80 after pass 2, with zero pass-1 assistant IDs missing from pass 2. A

importance 4@davelindoopenbugCLIcontextaws-bedrockOriginal evidence ↗
issue

Codex Desktop IAB dispatches input events but native text selection never changes

## Description Codex Desktop's in-app Browser (IAB) dispatches the expected mouse and keyboard events to text elements, but the browser's native text-selection default action does not occur. `window.getSelection()` stays empty for ordinary text and `contenteditable`; `selectionStart` / `selectionEnd` stay unchanged for a focused `textarea`. The same Browser

importance 4@terry90918openbugappcomputer-usebrowserOriginal evidence ↗
issue

[Windows][Desktop 26.803.10989.0] cert-parent-death sentinel opens visible Terminal error 0x800700E8

## Summary On Windows, Codex Desktop local tool activity can launch an internal PowerShell parent-lifetime sentinel in a visible terminal window. The window reports: `error 2147942632 (0x800700E8)` The command shown by the window, sanitized to remove its random identifier, is: ```text powershell.exe -NoLogo -NoProfile -NonInteractive -Command <title-assignme

importance 4@grsrzxgvmpgopenbugwindows-ostool-callsappOriginal evidence ↗
issue

Codex Desktop: bulk export all generated outputs from a chat

### What variant of Codex are you using? Codex / ChatGPT desktop app on macOS. Ideally, this should work consistently on Windows as well. ### What feature would you like to see? Please add a first-class way to export multiple or all files generated in a single chat. A chat can produce many outputs—for example images, videos, PDFs, documents, spreadsheets, pr

importance 4@shiroki5715openenhancementappOriginal evidence ↗
issue

TUI still shows “Implement this plan?” after implementation starts from another client

### What version of Codex CLI is running? 0.147.0 ### What subscription do you have? Pro ### Which model were you using? _No response_ ### What platform is your computer? _No response_ ### What terminal emulator and version are you using (if applicable)? _No response_ ### Codex doctor report ```json ``` ### What issue are you seeing? I run Codex through app-

importance 4@zwx1127openbugTUICLIplanapp-serverOriginal evidence ↗
issue

Research: Codex Plan mode behavior and prompt architecture

## 调研范围 基于 `openai/codex` 提交 `363427b5e3fe1b6d7499e6bc47651f62a5a3b1d2`(2026-08-13)进行源码审阅,聚焦 Plan 模式的状态、提示词、工具约束、流式协议和实施切换流程。 ## 结论 Plan 模式是独立的协作模式,不是 `update_plan` 待办工具。它主要依赖 developer 提示词约束模型行为,并结合少量运行时硬约束、`<proposed_plan>` 协议及 TUI 的“批准后实施”交互实现闭环。 ## 运行链路 1. 用户在 TUI 选择/切换到 `Plan`。内置预设默认设置 `Medium` 推理强度,且可由 `plan_mode_reasoning_effort` 覆盖。 2. 每轮 world state

importance 4@microtearsopendocumentationTUICLIplanOriginal evidence ↗
issue

[macOS app] Existing chats hang after Wi-Fi SSID switch until restart

### What version of the Codex App are you using (From “About Codex” dialog)? 26.803.61601 (build 6396); bundled codex-cli 0.147.0-alpha.6.5 ### What subscription do you have? ChatGPT Plus ### What platform is your computer? Darwin 25.5.0 arm64 arm; macOS 26.5.2 (25F84); MacBook Air (M1, 8 GB) ### What issue are you seeing? After macOS switches between two wo

importance 4@bharatbotsopenbugappconnectivityOriginal evidence ↗
issue

`auto_review.policy` silently replaces the catalog security policy despite being described as additional instructions

## What version of Codex CLI is running? `codex-cli 0.147.0` Source reproduction: commit `e9be887f57c8e2d4f606c36890b692d03f328726`. ## What subscription do you have? `Pro Lite (5x)` ## Which model were you using? `gpt-5.6-sol`; approval review uses the `codex-auto-review` catalog entry. ## What platform is your computer? `Darwin 25.6.0 arm64 arm` ## What te

importance 4@FrefreakopenbugCLIsafety-checkconfigOriginal evidence ↗
issue

Failed to use /btw

### What version of Codex CLI is running? codex-cli 0.148.0-alpha.9 ### What subscription do you have? Pro 20x ### Which model were you using? gpt-5.6-luna ### What platform is your computer? Linux 6.18.35.2-microsoft-standard-WSL2 x86_64 x86_64 ### What terminal emulator and version are you using (if applicable)? Windows Terminal (WSL / PowerShell) ### Code

importance 4@Rokurolizeopenbugwindows-osTUICLIsessionOriginal evidence ↗
issue

Execpolicy allow rules silently stay sandboxed when any denied-read path is configured

### What variant of Codex are you using? Codex Desktop on macOS. ### What version of Codex is running? - Desktop: `26.803.81509` - Bundled CLI: `0.147.0-alpha.6.6` ### What is the issue? An execpolicy `allow` rule silently stops running its matching command outside the sandbox as soon as the active filesystem permission profile contains any denied-read restr

importance 4@libyopenbugsandboxappOriginal evidence ↗
issue

Chat gpt - chat is finished in the codex desktop app but still calculating in the browser and the message is stuck in the browser

### What version of the Codex App are you using (From “About Codex” dialog)? Powered by Codex & OWL Version 26.803.81509 Released Aug 11, 2026 ### What subscription do you have? plus ### What platform is your computer? windows ### What issue are you seeing? I have a chat is stuck in the browser keep calculating but i already received answer in the desktop ap

importance 4@lesttt111openbugwindows-osappconnectivitysessionOriginal evidence ↗
issue

Codex crashes when credits are exhausted

### What version of the Codex App are you using (From “About Codex” dialog)? Version 26.803.61601 ### What subscription do you have? Work ### What platform is your computer? Darwin 25.5.0 arm64 arm ### What issue are you seeing? The sidebar becomes empty, entries in settings also reduce to just 4. And the crash happens without a warning. ### What steps can r

importance 4@sanjarcodeopenbugrate-limitsappsessionOriginal evidence ↗
issue

Codex App 26.803.61601 on macOS: dictation button stalls before Realtime starts

### What version of the Codex App are you using (From “About Codex” dialog)? 26.803.61601 (build 6396) ### What subscription do you have? Paid ChatGPT subscription (exact tier omitted) ### What platform is your computer? `Darwin 25.5.0 arm64 arm` macOS 26.5.2 (25F84), Apple Silicon ### What issue are you seeing? Composer dictation in the Codex view intermitt

importance 4@adjurtimeopenbugappOriginal evidence ↗
issue

[Windows Desktop] Failed Cloud chat creation leaves the conversation stuck with no way back to Local

### What version of the Codex App are you using? - Running Windows package: `26.727.6591.0` (resolved from the active process path) - Registered/updated package: `26.803.10989.0` - Codex CLI bundled with the app: `0.146.0-alpha.9.2` The registered package is newer than the package used by the currently running process, so an auto-update may be pending a full

importance 4@TrendPioneerAIopenbugwindows-osappsessionOriginal evidence ↗
issue

Managed worktrees should use readable, task-derived names instead of opaque IDs (883f, 576d11db-…)

### What variant of Codex are you using? App + CLI (managed worktrees under `~/.codex/worktrees`), codex-cli 0.146.0, macOS ### What feature would you like to see? Managed worktrees are created with opaque, meaningless directory names — a 4-character hex ID (and sometimes a full UUID): ``` ~/.codex/worktrees/883f/project-name ~/.codex/worktrees/0018/todo ~/.

importance 4@vltanskyopenenhancementappOriginal evidence ↗
issue

Add explicit mode for interrupting

### What variant of Codex are you using? CLI ### What feature would you like to see? Accidentally pressing Ctrl+C, which can happen when we have many terminals etc. open, causes the run to get interrupted. We should have a setting to disallow keyboard exit shortcuts and have the user explicit exit or interrupt using `/interrupt` or `/exit`. Kind of like usin

importance 4@siddhpantopenenhancementTUICLIconfigOriginal evidence ↗
issue

"Yes, and don't ask again" remembers exact command instead of command/executable

### 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-terra ### What platform is your computer? Linux 6.8.0-136-generic x86_64 x86_64 ### What terminal emulator and version are you using (if applicable)? Tabby ### Codex doctor report ```json ``` ### What issue are you seein

importance 4@ziggy416openbugenhancementsandboxTUICLIOriginal evidence ↗
issue

Audio attachments: add playback speed control, and allow HTTP(S) audio sources (not just local files)

### What variant of Codex are you using? App (macOS desktop); also relevant to the CLI / input protocol (codex-cli 0.146.0) ### What feature would you like to see? I work with a lot of audio attachments in Codex (`![](...)` embeds render as an inline audio player). Two gaps make that workflow painful: **1. No playback speed control in the inline audio player

importance 4@vltanskyopenenhancementappOriginal evidence ↗
issue

Selected model is at capacity. Please try a different model.

### What version of the Codex App are you using (From “About Codex” dialog)? codex cli ### What subscription do you have? pro 20x ### What platform is your computer? mac os pro ### What issue are you seeing? My subscription plan still has 90% remaining, and it's currently under weekly limit mode. I'm not sure about the specific usage of the model; it frequen

importance 4@skywang01openbugrate-limitsCLIappOriginal evidence ↗
issue

False positive about trusted access and biological context

### What version of the Codex App are you using (From “About Codex” dialog)? 26.803.61601 ### What subscription do you have? Plus plan ### What platform is your computer? macOS ### What issue are you seeing? This content can't be shown We take extra caution with requests involving biological research and applications that could pose safety risks. Eligible re

importance 4@George-Albertopenbugappsafety-checkOriginal evidence ↗
issue

Unexpected weekly usage reset overwrites active Codex window and moves reset date — third occurrence

### What version of Codex CLI is running? `codex-cli 0.147.0` ### What subscription do you have? ChatGPT Plus ### Which model were you using? `gpt-5.6-sol` with reasoning set to High ### What platform is your computer? Ubuntu Linux ### What issue are you seeing? On **2026-08-13 at approximately 10:30 CEST**, my Codex weekly usage unexpectedly returned to **1

importance 4@mburgosfr-staropenbugrate-limitsCLIOriginal evidence ↗
issue

Codex App: repeated current-date developer context causes tool-loop repetition and role drift

Authentication: API login. ### What version of the Codex App are you using (From "About Codex" dialog)? 26.803.10989.0 ### What subscription do you have? API login ### What platform is your computer? Microsoft Windows NT 10.0.26120.0 x64 ### What issue are you seeing? In two separate Codex App tasks using `gpt-5.6-sol` with high reasoning, a static high-prio

importance 4@Yuimi-chayaopenbugmodel-behaviorcontextappOriginal evidence ↗
issue

Codex Security scan cannot be loaded due to attackPath.impact schema mismatch

### What version of the Codex App are you using (From “About Codex” dialog)? Codex Desktop: 26.803.61601; Codex Security: 0.1.18 ### What subscription do you have? Plus ### What platform is your computer? Darwin 24.6.0 arm64 arm ### What issue are you seeing? A completed Codex Security scan appears in the scan list, but opening it shows: “Codex Security coul

importance 4@Makun0uchiopenbugappsafety-checkOriginal evidence ↗
issue

[Pro 20x] Severe 7-day quota depletion during light workloads + frequent "Selected model is at capacity" with usage remaining

### What version of the Codex App are you using (From “About Codex” dialog)? 26.803.81509 ### What subscription do you have? Pro 20x ### What platform is your computer? Microsoft Windows NT 10.0.19045.0 x64 ### What issue are you seeing? I am currently experiencing **two severe issues** on a ChatGPT Pro 20x subscription: 1. **The 7-day Codex usage allowance

importance 4@AiurArtanisopenbugwindows-osrate-limitsappOriginal evidence ↗
issue

Auto-review reviewer state is not shown with a custom permission profile

### What version of the Codex App are you using (From “About Codex” dialog)? 26.803.61601 ### What subscription do you have? plus ### What platform is your computer? Darwin 25.6.0 arm64 arm ### What issue are you seeing? The permissions menu combines reviewer selection with permission-profile selection, but it displays only the custom permission profile as a

importance 4@davidkneubuehleropenbugsandboxappOriginal evidence ↗
issue

[Linux/Android] Luna Max reasoning effort missing on desktop; remote Max session displays as Medium

### What version of the Codex App are you using (From “About Codex” dialog)? ChatGPT desktop (Powered by Codex & OWL), Version 26.803.81509, released 11 Aug 2026 ### What subscription do you have? ChatGPT Plus ### What platform is your computer? Nobara Linux 43 (Fedora-based), KDE Plasma 6.6.4, Wayland ### Which model were you using? GPT-5.6 Luna ### What is

importance 4@aleapprovedopenbugappsessionOriginal evidence ↗
issue

[macOS][Codex App][Plugins/Hooks] Removed plugin Stop hook keeps running until full app restart

### What version of the Codex App are you using (From “About Codex” dialog)? 26.803.41515 (build 6321) ### What subscription do you have? Pro ### What platform is your computer? Darwin 25.4.0 arm64 arm ### What issue are you seeing? ## Summary After a plugin that provides lifecycle hooks was removed, an already-running Codex Desktop session continued invokin

importance 4@1320209572openbugappskillshooksOriginal evidence ↗
issue

macOS Codex CLI 0.147.0 blocked as malware due to missing notarization ticket

### What version of Codex CLI is running? codex-cli 0.147.0 ### What subscription do you have? None ### Which model were you using? gpt-5.6-luna low ### What platform is your computer? Darwin 25.1.0 arm64 arm ### What terminal emulator and version are you using (if applicable)? ghostty ### Codex doctor report ```json { "schemaVersion": 1, "generatedAt": "178

importance 4@lafisadopenbugCLIOriginal evidence ↗
issue

codex resume omits a thread after an ordinal mismatch

### What version of Codex CLI is running? codex-cli 0.147.0 ### What subscription do you have? Pro Lite ### Which model were you using? gpt-5.6-sol ### What platform is your computer? Linux 7.1.8-arch1-3 x86_64 unknown ### What terminal emulator and version are you using (if applicable)? Ghostty ### Codex doctor report ```json { "schemaVersion": 1, "generate

importance 4@jaideepm0openbugCLIsessionOriginal evidence ↗