mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 21:32:56 -07:00
feat: auto-execute simple slash commands on Enter (#13985)
This commit is contained in:
@@ -19,7 +19,7 @@ export const terminalSetupCommand: SlashCommand = {
|
||||
description:
|
||||
'Configure terminal keybindings for multiline input (VS Code, Cursor, Windsurf)',
|
||||
kind: CommandKind.BUILT_IN,
|
||||
|
||||
autoExecute: true,
|
||||
action: async (): Promise<MessageActionReturn> => {
|
||||
try {
|
||||
const result = await terminalSetup();
|
||||
|
||||
Reference in New Issue
Block a user