mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 12:04:56 -07:00
feat: auto-execute simple slash commands on Enter (#13985)
This commit is contained in:
@@ -11,6 +11,7 @@ export const corgiCommand: SlashCommand = {
|
||||
description: 'Toggles corgi mode',
|
||||
hidden: true,
|
||||
kind: CommandKind.BUILT_IN,
|
||||
autoExecute: true,
|
||||
action: (context, _args) => {
|
||||
context.ui.toggleCorgiMode();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user