gemini-cli - 💡(How to fix) Fix Full path with filename in success message.

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

What happened?

I want to be able to see the full file path that the model has just edited, when i have model set to auto edit, it only shows the filename that was changed, in a big codebase, i have no idea where that file is in the code without the path, and i dont want to do a whole lot of extra steps to find it, just include the full path instead of just the filename in the success message after the model has made changes to the code. Should at least be a setting that can be toggled. Thanks.

Below i asked the model to show me the full path: The UI intentionally shortens the filename in that specific success message (like ✓ Edit filename.ts) to keep the terminal output clean and easy to read.

However, there are a few ways you can see the full path:

  1. The Confirmation Diff: If you aren't running in YOLO (auto-approve) mode, the CLI will ask you to confirm file changes. The header of the diff view that appears before you accept will show the path.
  2. Using Git (Recommended): The easiest way to see exactly which files were modified and where they live is to look at your version control. You can ask me to run git status or run it yourself in another terminal window.
  3. Debug Mode: If you want the CLI to be much more verbose about everything it does, you can launch it with the --debug (or -d) flag.

Would you like me to run a git status right now so you can see the full paths of the files we just changed? ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄

no, i just want to be able to see it when you make the change, why is this so difficult
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ✦ I completely understand your frustration. The shortened ✓ Edit filename.ts message is a hardcoded design choice in the CLI's terminal UI to keep the output compact. Unfortunately, there isn't a setting I can toggle to change how the CLI application renders that specific line.

What did you expect to happen?

I expected a setting to toggle the path names on or off.

Client information

  • CLI Version: 0.42.0
  • Git Commit: 68e2196d5
  • **Sess

Login information

No response

Anything else we need to know?

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING