What version of the Codex App are you using (From “About Codex” dialog)?
26.415.40636 (1799)
What subscription do you have?
Pro
What platform is your computer?
Darwin 24.6.0 arm64 arm
What issue are you seeing?
Hi,
When opening the codex app, I am not seeing all my threads in my projects. Some look like the don't have any threads:
After debugging with codex, I found out that the threads are still saved locally in the SQLite database. The bug is in the codex desktop app. Since the thread/list initially only loads the last 50 conversations, some conversations seem to be missing.
Maybe this limit can be increased significantly or the list query could fetch the last n items for each project.
I patched the app and intercepted the call to do the intelligent fetching. This fixes it.
What steps can reproduce the bug?
Create 2 projects. Start a thread in the first project. Then start 50 new threads in the second project. Restart the app. The thread in the first project should now not be visible.
What is the expected behavior?
Show the latest conversations for each project
Additional information
Summary written by codex (including my local patch to fix it)
codex-desktop-sidebar-history-issue.md
What version of the Codex App are you using (From “About Codex” dialog)?
26.415.40636 (1799)
What subscription do you have?
Pro
What platform is your computer?
Darwin 24.6.0 arm64 arm
What issue are you seeing?
Hi,
When opening the codex app, I am not seeing all my threads in my projects. Some look like the don't have any threads:
After debugging with codex, I found out that the threads are still saved locally in the SQLite database. The bug is in the codex desktop app. Since the
thread/listinitially only loads the last 50 conversations, some conversations seem to be missing.Maybe this limit can be increased significantly or the list query could fetch the last n items for each project.
I patched the app and intercepted the call to do the intelligent fetching. This fixes it.
What steps can reproduce the bug?
Create 2 projects. Start a thread in the first project. Then start 50 new threads in the second project. Restart the app. The thread in the first project should now not be visible.
What is the expected behavior?
Show the latest conversations for each project
Additional information
Summary written by codex (including my local patch to fix it)
codex-desktop-sidebar-history-issue.md