codex - 💡(How to fix) Fix Codex app: /status shows no output in app mode, while terminal mode still works after update

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

2026-05-22T21:42:40.167+08:00 [ws] ⇄ res ✗ status 418ms errorCode=UNAVAILABLE errorMessage=Error: Cannot find module '/opt/homebrew/lib/node_modules/openclaw/dist/task-registry.maintenance-D7xGxcBi.js' imported from /opt/homebrew/lib/node_modules/openclaw/dist/status.summary-BVcu79J1.js': code=ERR_MODULE_NOT_FOUND

Root Cause

I can't confirm whether this exact log line is from the same failing app-mode invocation, but it seemed relevant because it references the status summary path directly.

Code Example

2026-05-22T21:42:40.167+08:00 [ws] ⇄ res ✗ status 418ms errorCode=UNAVAILABLE errorMessage=Error: Cannot find module '/opt/homebrew/lib/node_modules/openclaw/dist/task-registry.maintenance-D7xGxcBi.js' imported from /opt/homebrew/lib/node_modules/openclaw/dist/status.summary-BVcu79J1.js': code=ERR_MODULE_NOT_FOUND
RAW_BUFFERClick to expand / collapse

What version of Codex is running?

Codex.app 26.519.41501 (bundle build 3044)

Which model are you using?

Unknown / not relevant

What platform is your computer?

macOS 26.5 (arm64)

What happened?

After updating the desktop app, /status behaves differently depending on the UI mode:

  • In app mode, running /status produces no output at all.
  • In terminal mode, /status still returns output, but the contents/format have changed compared with before the update.

At around the same time, the attachment menu under the small + button also changed from showing something like Attach openclaw to Attach terminal.

This makes it look like a regression in the app-mode status UI or in how app mode resolves the current attached context after the update.

Steps to reproduce

  1. Update Codex desktop to 26.519.41501.
  2. Open the desktop app.
  3. In app mode, run /status.
  4. Observe that nothing is rendered.
  5. Switch to terminal mode and run /status again.
  6. Observe that /status works there, but the output differs from what it used to show before the update.

What did you expect to happen?

/status should render normally in app mode, and ideally show consistent status information across app mode and terminal mode.

Relevant local observations

I found a related local gateway log line while checking status behavior:

2026-05-22T21:42:40.167+08:00 [ws] ⇄ res ✗ status 418ms errorCode=UNAVAILABLE errorMessage=Error: Cannot find module '/opt/homebrew/lib/node_modules/openclaw/dist/task-registry.maintenance-D7xGxcBi.js' imported from /opt/homebrew/lib/node_modules/openclaw/dist/status.summary-BVcu79J1.js': code=ERR_MODULE_NOT_FOUND

I can't confirm whether this exact log line is from the same failing app-mode invocation, but it seemed relevant because it references the status summary path directly.

Can you help us reproduce this? Which part of the product are you using?

Codex desktop app on macOS, specifically the in-app slash command UI (/status) and the app/terminal mode switch.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Codex app: /status shows no output in app mode, while terminal mode still works after update