Description
What happened?
When Gemini CLI displays file paths in its output, it truncates them with "..." at the beginning
(e.g., ✔ Edit ...ages/core/src/tools/read-many-files.ts).
This prevents VS Code's integrated terminal from recognizing these as valid file paths, breaking the standard click-to-open functionality that developers rely on.
What did you expect to happen?
The file Gemini made changes to should open when clicking the path
Client information
> /about
╭────────────────────────────────────────────────────╮
│ │
│ About Gemini CLI │
│ │
│ CLI Version 0.1.7 │
│ Git Commit 55cc809 │
│ Model gemini-2.5-pro │
│ Sandbox no sandbox │
│ OS darwin │
│ Auth Method OAuth │
│ │
╰────────────────────────────────────────────────────╯
Login information
No response
Anything else we need to know?
Proposed Solutions:
- Show relative paths from project root: packages/core/src/tools/read-many-files.test.ts
- Show the single file name: read-many-files.test.ts
- Or absolute paths: /home/user/project/packages/core/src/tools/read-many-files.test.ts