mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 13:04:49 -07:00
feat: auto-execute simple slash commands on Enter (#13985)
This commit is contained in:
@@ -19,6 +19,7 @@ export const aboutCommand: SlashCommand = {
|
||||
name: 'about',
|
||||
description: 'Show version info',
|
||||
kind: CommandKind.BUILT_IN,
|
||||
autoExecute: true,
|
||||
action: async (context) => {
|
||||
const osVersion = process.platform;
|
||||
let sandboxEnv = 'no sandbox';
|
||||
|
||||
Reference in New Issue
Block a user