codex - 💡(How to fix) Fix Codex desktop should separate user deliverables from Codex system files [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#21104Fetched 2026-05-05 05:53:31
View on GitHub
Comments
1
Participants
2
Timeline
3
Reactions
0
Timeline (top)
labeled ×2commented ×1
RAW_BUFFERClick to expand / collapse

What variant of Codex are you using?

Desktop app on Mac

What feature would you like to see?

Codex team,

Codex desktop needs a cleaner local file architecture for non-developer professional users.

The current experience makes it too easy for Codex-related working files, scripts, caches, generated artifacts, logs, OCR residue, and other system material to appear in or near user work folders. That creates confusion and storage clutter, especially for users working in local filesystem. Over time it eats up large chunks of storage. SSD storage is expensive nowadays

A simpler model would be better:

The user designates a folder for deliverables. Only user-facing deliverables are saved there. Codex system files, scratch files, scripts, caches, OCR intermediates, temporary artifacts, and logs stay inside Codex-owned storage. Codex internally indexes those system files to the relevant project, session, and deliverables folder. The user does not need to see or manage Codex junk during ordinary work. Then Codex should run a periodic cleanup process.

That cleanup process should present a simple user-friendly interface showing items Codex believes are safe to remove, such as stale caches, temporary files, old session files, generated intermediates, logs, and abandoned workspaces. The user can review, approve, archive, or delete them.

The key point: users should not have to understand .py, .pyc, cache folders, OCR intermediates, lock files, build artifacts, or hidden app state. Codex should manage its own working debris.

Final deliverables belong in the folder the user chooses. Codex machinery belongs in Codex-controlled storage. Cleanup should be periodic, transparent, and user-approved.

This would make Codex feel much more trustworthy for business users using it for real client work.

Additional information

No response

extent analysis

TL;DR

Implement a separate, hidden storage directory for Codex system files to keep them organized and out of user work folders.

Guidance

  • Designate a specific folder for user-facing deliverables and restrict Codex from saving system files there.
  • Create a Codex-owned storage directory to hold system files, such as caches, scripts, and logs, and index them internally to relevant projects and sessions.
  • Develop a periodic cleanup process with a user-friendly interface to review and manage stale system files.
  • Ensure the cleanup process allows users to approve, archive, or delete items safely without requiring technical knowledge.

Notes

The proposed solution requires changes to the Codex desktop app's file architecture and cleanup process, which may involve significant development and testing efforts.

Recommendation

Apply a workaround by manually organizing Codex system files into a separate directory until a formal solution is implemented, as this will help mitigate storage clutter and improve user experience.

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 desktop should separate user deliverables from Codex system files [1 comments, 2 participants]