codex - 💡(How to fix) Fix Codex Desktop: configurable default root for new project ideas and fast iterations

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

Codex is very useful for rapid experiments, small app ideas, and quick local prototypes. Configurable project root would remove repeated manual folder selection and keep all generated projects where developers already organize their code.

Related: #22875 and #19909.

Fix Action

Fix / Workaround

Current behavior / workaround attempts

Code Example

[desktop]
projects_root = "/Users/<user>/Documents/software"

---

[desktop]
projects_root = "/Users/<user>/Documents/software"
RAW_BUFFERClick to expand / collapse

What variant of Codex are you using?

Codex Desktop App

What feature would you like to see?

Please add a supported setting for the default root folder used when Codex creates new local projects / projectless workspaces.

This is important for fast iterations and new ideas. When trying quick prototypes, scratch apps, or multiple exploratory projects, Codex should create files inside the user's normal development directory instead of a hardcoded/default location. Right now each new idea adds friction: files land outside the expected project tree, cleanup is harder, and the workflow becomes slower than it needs to be.

Desired behavior:

  • Codex Desktop setting for default root folder for new generated/projectless projects.
  • Documented config.toml key if UI setting is not desired.
  • New projects/workspaces created under that root by default.

Example:

[desktop]
projects_root = "/Users/<user>/Documents/software"

or another documented supported key.

Current behavior / workaround attempts

I tried adding this manually:

[desktop]
projects_root = "/Users/<user>/Documents/software"

It appears to be ignored, and the official config reference does not document a supported key for this. Opening/creating a project once from the desired parent folder also does not reliably change the default.

Why this matters

Codex is very useful for rapid experiments, small app ideas, and quick local prototypes. Configurable project root would remove repeated manual folder selection and keep all generated projects where developers already organize their code.

Related: #22875 and #19909.

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: configurable default root for new project ideas and fast iterations