Codex app does not display Worktree threads, I start new threads in worktree and they simply don’t appear in the list of project threads, normal threads are listed.
At the time of the creation of the thread it even appears in the side list But like a flash it disappears.
Threads created from worktree only appear within settings/worktree
1 Like
EricGT
February 3, 2026, 5:45pm
2
Welcome to the forum!
You are welcome to report such here however OpenAI staff to do not actively monitor every topic here.
The official place to report Codex issues is via the GitHub Codex repository issues tab.
https://github.com/openai/codex/issues
e.g.
opened 03:38PM - 03 Feb 26 UTC
bug
app
### What version of Codex is running?
Codex CLI 0.94; Codex App 260202.0859
##… # What subscription do you have?
Pro
### Which model were you using?
gpt-5.2-codex
### What platform is your computer?
Darwin 25.2.0 arm64 arm
### What terminal emulator and version are you using (if applicable)?
Codex App
### What issue are you seeing?
New local threads are correctly grouped by project in the sidebar. However, new threads created in work trees are not associated with the project in the sidebar (they only show up when switching to chronological view).
### What steps can reproduce the bug?
1. Create a new project (mdkir test_codex_project; cd test_codex_project; git init; uv init; git add --all; git commit -m "initial")
2. Add project to Codex App
3. Start new thread in test_codex_project; select "Work in your local project". Prompt with anything ("Write hello_world.json to the repo root"). Thread correctly shows up in sidebar under test_codex_project
4. Start new thread in test_codex_project; select "Work in a parallel work tree". Prompt with anything ("Write hello_world_v2.json to the repo root"). Thread appears for a split second in the sidebar under test_codex_project, then disappears.
5. Check that thread is visible in chronological list view in sidebar.
### What is the expected behavior?
Worktree threads associated with a project should be grouped with other threads associated with that project
### Additional information
_No response_
1 Like