What happened?
I was working in a session, and exited it correctly. However, when I'm trying to load it this time, qwen-code refuses, saying that session was not found, which is not true. I can see a file in the .qwen\projects\...\chats folder, it is correct jsonl without any anomalies. The folder of a project wasn't changed, I created a new session in the same folder, and I can see the old session in a list, when entering qwen --resume, but when I'm selecting it, it says the file isn't found, even though it just showed it. It can load the new session fine. Starting qwen --resume <guid> says the same thing. --debug argument makes no difference. My last action was to compressing a context.
What did you expect to happen?
Load previous session
Client information
Client Information
Run qwen to enter the interactive CLI, then run the /about command.
$ qwen /about
╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ Status │
│ │
│ Qwen Code 0.15.2 (44b482928) │
│ Runtime Node.js v24.14.1 / npm 11.11.0 │
│ OS win32 x64 (10.0.26200) │
│ │
│ Auth API Key - openai │
│ Base URL http://127.0.0.1:8080/v1/ │
│ Model qwen-coding │
│ Fast Model qwen-coding │
│ Session ID 77231f15-70c2-4e74-b95b-757d7b07a55b │
│ Sandbox no sandbox │
│ Proxy no proxy │
│ Memory Usage 265.9 MB │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
What happened?
I was working in a session, and exited it correctly. However, when I'm trying to load it this time, qwen-code refuses, saying that session was not found, which is not true. I can see a file in the
.qwen\projects\...\chatsfolder, it is correct jsonl without any anomalies. The folder of a project wasn't changed, I created a new session in the same folder, and I can see the old session in a list, when enteringqwen --resume, but when I'm selecting it, it says the file isn't found, even though it just showed it. It can load the new session fine. Startingqwen --resume <guid>says the same thing.--debugargument makes no difference. My last action was to compressing a context.What did you expect to happen?
Load previous session
Client information
Client Information
Run
qwento enter the interactive CLI, then run the/aboutcommand.