mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-29 14:34:55 -07:00
feat: auto-execute simple slash commands on Enter (#13985)
This commit is contained in:
@@ -12,6 +12,7 @@ export const profileCommand: SlashCommand | null = isDevelopment
|
||||
name: 'profile',
|
||||
kind: CommandKind.BUILT_IN,
|
||||
description: 'Toggle the debug profile display',
|
||||
autoExecute: true,
|
||||
action: async (context) => {
|
||||
context.ui.toggleDebugProfiler();
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user