codex - 💡(How to fix) Fix Bug: Skills/App listing shows 1000+ inaccessible ecosystem Apps after Desktop install/sync

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…

Root Cause

This is noisy and confusing because these are not installed local skills and are not accessible tools for the session.

Code Example

~/.codex/cache/codex_app_directory/716cc53acea93e5f048d344078d63cf3d01e78ec.json

---

connectors: 1151
isAccessible == true: 0
isAccessible == false: 1151

---

codex-cli 0.133.0
Codex Doctor v0.133.0 · linux-x86_64
Executable: /home/linuxbrew/.linuxbrew/bin/codex
Terminal: VS Code 1.107.0
CODEX_HOME: ~/.codex
Config: ~/.codex/config.toml
MCP servers: 0
Plugins enabled locally: github@openai-curated
Background app-server: not running (ephemeral mode)
RAW_BUFFERClick to expand / collapse

What happened?

After installing/syncing the Codex Desktop app, the Codex skills/app listing started showing hundreds of unrelated ecosystem Apps as if they belonged in the local skills list. Examples include Korean marketplace/consumer apps such as:

  • 엘포인트[App] Pay and earn points at once!
  • 요기요[App] 배달할 때마다 포인트 적립
  • 운세박사[App] Free Saju & Fortune Reading
  • 전자랜드[App] 전문가가 고르고, 혜택은 더하고
  • 정통사주 - 띠별 오늘 운세[App] 띠와 출생연도를 바탕으로 보는 오늘의 운세
  • 칠성몰[App] 롯데칠성음료 공식 온라인몰
  • 카카오골프예약[App] Find golf courses & tee times

This is noisy and confusing because these are not installed local skills and are not accessible tools for the session.

Local evidence

The entries are coming from the local app directory cache:

~/.codex/cache/codex_app_directory/716cc53acea93e5f048d344078d63cf3d01e78ec.json

A local inspection showed:

connectors: 1151
isAccessible == true: 0
isAccessible == false: 1151

So the UI/listing appears to be surfacing the entire ecosystem directory, including inaccessible apps, instead of filtering to installed/accessible apps or separating them clearly from local skills.

Expected behavior

The skills list should show only actual local/session skills, or at minimum only installed/accessible apps. Inaccessible ecosystem-directory entries should not be displayed as available skills/apps in the working session.

Actual behavior

The listing is polluted with 1000+ unrelated [App] entries from ~/.codex/cache/codex_app_directory/*.json, even though every listed connector in that cache has isAccessible: false.

Environment

codex-cli 0.133.0
Codex Doctor v0.133.0 · linux-x86_64
Executable: /home/linuxbrew/.linuxbrew/bin/codex
Terminal: VS Code 1.107.0
CODEX_HOME: ~/.codex
Config: ~/.codex/config.toml
MCP servers: 0
Plugins enabled locally: github@openai-curated
Background app-server: not running (ephemeral mode)

codex doctor reports the install/config/state DBs as healthy. The only note is mixed auth signals due to ChatGPT login plus OPENAI_API_KEY, but the app directory cache issue appears unrelated.

Suspected regression

This started after installing the Codex Desktop app. It looks like Desktop/app-server sync populated the public Apps/Connectors directory cache, and the CLI/TUI listing path is not filtering out isAccessible: false ecosystem entries.

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 list should show only actual local/session skills, or at minimum only installed/accessible apps. Inaccessible ecosystem-directory entries should not be displayed as available skills/apps in the working session.

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 Bug: Skills/App listing shows 1000+ inaccessible ecosystem Apps after Desktop install/sync