codex - 💡(How to fix) Fix Codex App: support folders and subfolders to organize projects in the sidebar [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#19131Fetched 2026-04-24 06:00:20
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Timeline (top)
labeled ×2closed ×1commented ×1cross-referenced ×1

Root Cause

As the number of projects grows, the current flat project list becomes harder to manage.

Many users naturally group repositories by:

  • client
  • company/team
  • area (frontend, backend, infra)
  • type of work (experiments, production, docs)
  • parent initiative/program

Without folders/subfolders, the sidebar becomes noisy and it takes longer to find the right project.

RAW_BUFFERClick to expand / collapse

What feature would you like to see?

Add support for organizing Codex App projects into folders and nested subfolders in the sidebar.

Examples:

  • Clients/Project A
  • Clients/Project B
  • Personal/Experiments
  • Work/Backend/API Gateway

This should be a UI-level organization feature for projects/workspaces, not just filesystem detection.

Why this matters

As the number of projects grows, the current flat project list becomes harder to manage.

Many users naturally group repositories by:

  • client
  • company/team
  • area (frontend, backend, infra)
  • type of work (experiments, production, docs)
  • parent initiative/program

Without folders/subfolders, the sidebar becomes noisy and it takes longer to find the right project.

Proposed behavior

  • Allow creating folders in the Codex App sidebar.
  • Allow nesting subfolders.
  • Allow moving existing projects into folders/subfolders.
  • Allow collapsing/expanding folders.
  • Preserve project/thread history when reorganizing items.
  • Keep this independent from the local filesystem layout, so users can organize projects logically.
  • Optionally allow sorting within each folder.

Related context

There is already a related feature request for project containers and shared project context:

  • #13836

That request is about project-scoped chats/context/files. This request is narrower and focused on sidebar organization and navigation for many projects.

Are you interested in implementing this feature?

No, I'm requesting the capability as a product feature.

extent analysis

TL;DR

Implementing a folder and subfolder organization system in the Codex App sidebar would require significant changes to the existing UI and data storage.

Guidance

  • Review the proposed behavior section to understand the required features, such as creating folders, nesting subfolders, and moving existing projects into folders.
  • Consider the related feature request #13836 and how it might impact the implementation of this feature.
  • Determine the best approach for storing and retrieving folder and project data, ensuring it remains independent from the local filesystem layout.
  • Develop a plan for preserving project/thread history when reorganizing items and allowing collapsing/expanding folders.

Example

No code snippet is provided as the issue does not contain specific technical details.

Notes

The implementation of this feature would require careful consideration of the existing Codex App architecture and UI. It may be necessary to create a new data model to store folder and project relationships.

Recommendation

Apply a workaround by using existing features, such as project naming conventions or tags, to organize projects until the requested feature is implemented. This is because the requested feature requires significant development effort and may not be available in the near future.

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: support folders and subfolders to organize projects in the sidebar [1 comments, 2 participants]