mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-16 21:10:40 -07:00
feat: auto-execute simple slash commands on Enter (#13985)
This commit is contained in:
@@ -15,6 +15,7 @@ export const resumeCommand: SlashCommand = {
|
||||
name: 'resume',
|
||||
description: 'Browse and resume auto-saved conversations',
|
||||
kind: CommandKind.BUILT_IN,
|
||||
autoExecute: true,
|
||||
action: async (
|
||||
_context: CommandContext,
|
||||
_args: string,
|
||||
|
||||
Reference in New Issue
Block a user