mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-13 23:01:09 -07:00
feat: add folder suggestions to /dir add command (#15724)
This commit is contained in:
@@ -212,7 +212,10 @@ function useCommandSuggestions(
|
||||
return;
|
||||
}
|
||||
|
||||
setIsLoading(true);
|
||||
const showLoading = leafCommand.showCompletionLoading !== false;
|
||||
if (showLoading) {
|
||||
setIsLoading(true);
|
||||
}
|
||||
try {
|
||||
const rawParts = [...commandPathParts];
|
||||
if (partial) rawParts.push(partial);
|
||||
|
||||
Reference in New Issue
Block a user