Add refresh/reload aliases to slash command subcommands (#19218)

Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
This commit is contained in:
Krushna Korade
2026-02-17 02:01:03 +05:30
committed by GitHub
parent bf6b5b1b27
commit ceb718f7c5
5 changed files with 5 additions and 0 deletions
@@ -324,6 +324,7 @@ const configCommand: SlashCommand = {
const agentsRefreshCommand: SlashCommand = {
name: 'refresh',
altNames: ['reload'],
description: 'Reload the agent registry',
kind: CommandKind.BUILT_IN,
action: async (context: CommandContext) => {