mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 02:54:31 -07:00
feat: auto-execute on slash command completion functions (#14584)
This commit is contained in:
@@ -189,7 +189,7 @@ export const restoreCommand = (config: Config | null): SlashCommand | null => {
|
||||
description:
|
||||
'Restore a tool call. This will reset the conversation and file history to the state it was in when the tool call was suggested',
|
||||
kind: CommandKind.BUILT_IN,
|
||||
autoExecute: false,
|
||||
autoExecute: true,
|
||||
action: restoreAction,
|
||||
completion,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user