mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-16 17:11:04 -07:00
feat(skills): implement linking for agent skills (#18295)
This commit is contained in:
@@ -237,6 +237,7 @@ export const useSlashCommandProcessor = (
|
||||
dispatchExtensionStateUpdate: actions.dispatchExtensionStateUpdate,
|
||||
addConfirmUpdateExtensionRequest:
|
||||
actions.addConfirmUpdateExtensionRequest,
|
||||
setConfirmationRequest,
|
||||
removeComponent: () => setCustomDialog(null),
|
||||
toggleBackgroundShell: actions.toggleBackgroundShell,
|
||||
},
|
||||
@@ -258,6 +259,7 @@ export const useSlashCommandProcessor = (
|
||||
actions,
|
||||
pendingItem,
|
||||
setPendingItem,
|
||||
setConfirmationRequest,
|
||||
toggleVimEnabled,
|
||||
sessionShellAllowlist,
|
||||
reloadCommands,
|
||||
|
||||
Reference in New Issue
Block a user