mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-30 23:14:32 -07:00
feat: auto-execute simple slash commands on Enter (#13985)
This commit is contained in:
@@ -14,6 +14,7 @@ export const compressCommand: SlashCommand = {
|
||||
altNames: ['summarize'],
|
||||
description: 'Compresses the context by replacing it with a summary',
|
||||
kind: CommandKind.BUILT_IN,
|
||||
autoExecute: true,
|
||||
action: async (context) => {
|
||||
const { ui } = context;
|
||||
if (ui.pendingItem) {
|
||||
|
||||
Reference in New Issue
Block a user