What version of Code is running?
0.2.148
Which model were you using?
gpt-5
What platform is your computer?
Microsoft Windows NT 10.0.26100.0 x64 -> WSL -> Linux 6.6.87.2-microsoft-standard-WSL2 x86_64 x86_64
What steps can reproduce the bug?
- Open a terminal in a given folder and start via
coder
- Send message "hi"
- Get a reply from the model
- Exit via
/quit
- Start again (via
coder)
- Type
/resume
- Get
No past sessions found for this folder
What is the expected behavior?
I would expect a similar list of past session to the one I get with codex --resume
What do you see instead?
Only "No past sessions found for this folder" no other items
Additional information
I initially run the project via pnpx @just-every/code. Then decided to install globally. I noticed that initially I had two sessions in the list on /resume but they would never get updated. After full reinstall I am stuck with "No past sessions found for this folder"
At the same time the sessions file insider of ~/.codex/sessions/2025/09/14 continue being generated.
What version of Code is running?
0.2.148
Which model were you using?
gpt-5
What platform is your computer?
Microsoft Windows NT 10.0.26100.0 x64 -> WSL -> Linux 6.6.87.2-microsoft-standard-WSL2 x86_64 x86_64
What steps can reproduce the bug?
coder/quitcoder)/resumeNo past sessions found for this folderWhat is the expected behavior?
I would expect a similar list of past session to the one I get with
codex --resumeWhat do you see instead?
Only "No past sessions found for this folder" no other items
Additional information
I initially run the project via
pnpx @just-every/code. Then decided to install globally. I noticed that initially I had two sessions in the list on/resumebut they would never get updated. After full reinstall I am stuck with "No past sessions found for this folder"At the same time the sessions file insider of
~/.codex/sessions/2025/09/14continue being generated.