mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 18:44:30 -07:00
fix(cli): allow @ file selector on slash command lines (#16370)
This commit is contained in:
@@ -55,6 +55,7 @@ export interface UseCommandCompletionReturn {
|
||||
leafCommand: SlashCommand | null;
|
||||
};
|
||||
getCompletedText: (suggestion: Suggestion) => string | null;
|
||||
completionMode: CompletionMode;
|
||||
}
|
||||
|
||||
export function useCommandCompletion(
|
||||
@@ -341,5 +342,6 @@ export function useCommandCompletion(
|
||||
getCommandFromSuggestion: slashCompletionRange.getCommandFromSuggestion,
|
||||
slashCompletionRange,
|
||||
getCompletedText,
|
||||
completionMode,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user