Files
gemini-cli/packages
Akhilesh Kumar 8916cd742e fix(core): resolve symlinks when normalizing project paths
Project registry identity was based on path.resolve() which does not follow symlinks. This caused different symlink paths to the same physical directory to be treated as different projects, leading to separate session stores.

Fixed by using resolveToRealPath() which correctly resolves symbolic links.

Closes #27278
2026-05-21 16:55:19 +00:00
..