codex - 💡(How to fix) Fix Ability to permanently move an existing thread to a different project/workspace [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#18174Fetched 2026-04-17 08:31:51
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Timeline (top)
labeled ×3closed ×1commented ×1cross-referenced ×1

Root Cause

A common workflow is:

  1. Start work in one folder/project
  2. Later create, rename, or reorganize the actual project folder
  3. Want to keep the existing thread history, but have that thread live under the new project going forward

Right now, I can find ways to temporarily run a thread against another directory via the CLI/TUI using codex resume, but I cannot find a way to permanently move that thread to a new project in the Codex app.

RAW_BUFFERClick to expand / collapse

What variant of Codex are you using?

App, CLI

What feature would you like to see?

A supported way to permanently move an existing thread from one project/workspace to another.

Today, if a thread was originally created under one project, there does not seem to be a way to re-home it so that it permanently belongs to a different project in the Codex app.

Why this matters

A common workflow is:

  1. Start work in one folder/project
  2. Later create, rename, or reorganize the actual project folder
  3. Want to keep the existing thread history, but have that thread live under the new project going forward

Right now, I can find ways to temporarily run a thread against another directory via the CLI/TUI using codex resume, but I cannot find a way to permanently move that thread to a new project in the Codex app.

Suggested solutions

Any of these would solve the problem:

  • Add a “Move thread to project…” action in the Codex app
  • Add a CLI command to permanently rebind a thread to a new project/workspace
  • Support this in resume/fork flows with an explicit persistent move option
  • Support project rename/move migration so existing threads follow the new project location

Example use cases

  • Renaming a project folder after a thread already exists
  • Moving work from a scratch directory into a real project folder
  • Reorganizing projects in the app without losing thread history
  • Moving a thread between related repos/worktrees while preserving continuity

Additional note

This request is specifically about permanently moving an existing thread to a new project. Temporary runtime directory switching is not sufficient.

Additional information

No response

extent analysis

TL;DR

To permanently move an existing thread to a new project in Codex, consider adding a "Move thread to project" action in the Codex app or a CLI command to rebind a thread to a new project/workspace.

Guidance

  • Investigate the possibility of adding a "Move thread to project" action in the Codex app to allow users to permanently re-home threads.
  • Explore adding a CLI command to rebind a thread to a new project/workspace, which would provide a programmatic way to achieve the desired functionality.
  • Consider supporting project rename/move migration to ensure existing threads follow the new project location, reducing the need for manual thread movement.
  • Evaluate the feasibility of modifying the codex resume command to include an explicit persistent move option, allowing users to permanently move threads between projects.

Notes

The solution may require modifications to the Codex app and/or CLI, and careful consideration of the implications on thread history and project organization.

Recommendation

Apply a workaround by using the codex resume command with a custom script to temporarily move the thread and then manually update the project association, until a permanent solution is implemented.

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