mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-12 22:31:12 -07:00
feat: auto-execute on slash command completion functions (#14584)
This commit is contained in:
@@ -31,7 +31,7 @@ const authCommand: SlashCommand = {
|
||||
name: 'auth',
|
||||
description: 'Authenticate with an OAuth-enabled MCP server',
|
||||
kind: CommandKind.BUILT_IN,
|
||||
autoExecute: false,
|
||||
autoExecute: true,
|
||||
action: async (
|
||||
context: CommandContext,
|
||||
args: string,
|
||||
|
||||
Reference in New Issue
Block a user