Skip to content

Sessions check paths case sensitive on Windows #1760

@tillrathmann

Description

@tillrathmann

What happened?

On Windows you can open a shell for example in E:\work or e:\work. Qwen Code checks the path case sensitive when searching for previous sessions.

Example:
cmd /k cd /d e:\work and starting Qwen Code from there leads to a different set of previous sessions than starting in
cmd /k cd /d E:\work

What did you expect to happen?

There should be only one set of sessions for a path on Windows, ignoring case.

Client information

Client Information
  │ Qwen Code                         0.9.1 (302ed9a5)                                               │
  │ Runtime                           Node.js v24.13.0 / npm 11.8.0                                  │
  │ OS                                win32 x64 (10.0.17763)                                         │

Login information

No response

Anything else we need to know?

No response

Metadata

Metadata

Assignees

Labels

status/needs-triageIssue needs to be triaged and labeledtype/bugSomething isn't working as expected

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions