mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-10 05:10:59 -07:00
feat: auto-execute on slash command completion functions (#14584)
This commit is contained in:
@@ -51,6 +51,8 @@ export interface UseCommandCompletionReturn {
|
||||
getCommandFromSuggestion: (
|
||||
suggestion: Suggestion,
|
||||
) => SlashCommand | undefined;
|
||||
isArgumentCompletion: boolean;
|
||||
leafCommand: SlashCommand | null;
|
||||
};
|
||||
getCompletedText: (suggestion: Suggestion) => string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user