codex - 💡(How to fix) Fix Codex Mac app shows persistent blurred overlay on Skills / Plugins screen on Intel Mac [1 comments, 2 participants]

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…
GitHub stats
openai/codex#20055Fetched 2026-04-29 06:23:25
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Timeline (top)
labeled ×3closed ×1commented ×1cross-referenced ×1

The Codex Mac app renders a persistent blurred / translucent overlay across the Skills / Plugins screen, obscuring the content and making the surface effectively unusable.

The issue persists after resetting local UI state and clearing Electron caches.

Root Cause

The Codex Mac app renders a persistent blurred / translucent overlay across the Skills / Plugins screen, obscuring the content and making the surface effectively unusable.

The issue persists after resetting local UI state and clearing Electron caches.

RAW_BUFFERClick to expand / collapse

Title: Codex Mac app shows persistent blurred overlay on Skills / Plugins screen on Intel Mac

What version of the Codex App are you using (From "About Codex" dialog)?

Codex 26.422.62136

What subscription do you have?

Unknown

What platform is your computer?

macOS 15.7.5 on Intel Mac

What issue are you seeing?

Summary

The Codex Mac app renders a persistent blurred / translucent overlay across the Skills / Plugins screen, obscuring the content and making the surface effectively unusable.

The issue persists after resetting local UI state and clearing Electron caches.

Actual behavior

When opening the Skills / Plugins surface, the list area appears behind a large blurred overlay. Text and icons are partially visible but remain obscured and unusable.

Expected behavior

The Skills / Plugins screen should render normally, with no persistent blurred overlay or blocked content.

What steps can reproduce the bug?

  1. Open Codex on an Intel Mac running macOS 15.7.5.
  2. Open the Skills / Plugins screen.
  3. Observe that the list renders behind a persistent blurred overlay.

What I already tried

None of these fixed it:

  • Quit and relaunch Codex
  • Reset persisted Codex UI state in ~/.codex/.codex-global-state.json
  • Clear Electron caches under ~/Library/Application Support/Codex/
  • Relaunch after state reset and cache purge

Additional information

Local investigation strongly suggests this is an app-side rendering bug, not a missing entitlement, payment problem, or backend failure.

What was verified locally:

  • Built-in skills exist under ~/.codex/skills/.system/
  • Codex app logs show requests for skills/list
  • Codex app logs also show plugin-related requests succeeding
  • No local evidence of account gating or disabled access

Environment details:

  • App bundle identifier: com.openai.codex
  • App bundle version: 26.422.62136
  • macOS: 15.7.5
  • CPU architecture: Intel / x86_64

This appears similar to other publicly reported Codex Mac blur / overlay rendering bugs on Intel Macs, but this case specifically affects the Skills / Plugins screen.

extent analysis

TL;DR

The issue might be resolved by investigating and addressing the app-side rendering bug, potentially related to the blurred overlay on Intel Macs.

Guidance

  • Verify that the issue is specific to the Skills / Plugins screen and not a global app rendering problem by checking other screens for similar overlays.
  • Investigate the Codex app logs for any errors or warnings related to rendering or plugin loading that could be causing the blurred overlay.
  • Check for any similarities with other publicly reported Codex Mac blur/overlay rendering bugs on Intel Macs to see if there are any common causes or workarounds.
  • Consider testing the app on a different Mac architecture (e.g., Apple Silicon) to see if the issue is specific to Intel Macs.

Example

No code snippet is provided as the issue seems to be related to app-side rendering and no specific code is mentioned in the issue.

Notes

The issue seems to be specific to the Codex Mac app on Intel Macs running macOS 15.7.5, and the cause is suspected to be an app-side rendering bug. However, without more information or access to the app's code, it's difficult to provide a more specific solution.

Recommendation

Apply workaround: Given the suspected app-side rendering bug, it's likely that a workaround or fix will be specific to the Codex app and may require updates or patches to the app itself.

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…

FAQ

Expected behavior

The Skills / Plugins screen should render normally, with no persistent blurred overlay or blocked content.

Still need to ship something?

×6

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

Back to top recommendations

TRENDING