-
Notifications
You must be signed in to change notification settings - Fork 13k
@file does not work when modified in external editor #14919
Copy link
Copy link
Closed
Labels
area/coreIssues related to User Interface, OS Support, Core FunctionalityIssues related to User Interface, OS Support, Core Functionalityhelp wantedWe will accept PRs from all issues marked as "help wanted". Thanks for your support!We will accept PRs from all issues marked as "help wanted". Thanks for your support!priority/p2Important but can be addressed in a future release.Important but can be addressed in a future release.type/bug
Metadata
Metadata
Assignees
Labels
area/coreIssues related to User Interface, OS Support, Core FunctionalityIssues related to User Interface, OS Support, Core Functionalityhelp wantedWe will accept PRs from all issues marked as "help wanted". Thanks for your support!We will accept PRs from all issues marked as "help wanted". Thanks for your support!priority/p2Important but can be addressed in a future release.Important but can be addressed in a future release.type/bug
Type
Fields
Give feedbackNo fields configured for issues without a type.
What happened?
If I create a prompt in an external editor using ctrl-X, and that prompt has files included using the
@path/to/filesyntax, Gemini CLI does not automatically load those files immediately upon pressing enter. It looks like the LLM has to initiate the read of those files itself, wasting tokens.What did you expect to happen?
@filesare immediately loaded upon sending the prompt to Gemini CLI.Client information
Client Information
Run
geminito enter the interactive CLI, then run the/aboutcommand.Login information
No response
Anything else we need to know?
No response