mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-26 22:11:57 -07:00
feat(ui): add source indicators to slash commands (#18839)
This commit is contained in:
@@ -191,6 +191,12 @@ export interface SlashCommand {
|
||||
|
||||
kind: CommandKind;
|
||||
|
||||
/**
|
||||
* Optional namespace for the command (e.g., 'user', 'workspace', 'extensionName').
|
||||
* If provided, the command will be registered as 'namespace:name'.
|
||||
*/
|
||||
namespace?: string;
|
||||
|
||||
/**
|
||||
* Controls whether the command auto-executes when selected with Enter.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user