diff options
Diffstat (limited to 'packages/cli/src/ui/hooks/slashCommandProcessor.ts')
| -rw-r--r-- | packages/cli/src/ui/hooks/slashCommandProcessor.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/hooks/slashCommandProcessor.ts b/packages/cli/src/ui/hooks/slashCommandProcessor.ts index 24758842..c1c65080 100644 --- a/packages/cli/src/ui/hooks/slashCommandProcessor.ts +++ b/packages/cli/src/ui/hooks/slashCommandProcessor.ts @@ -182,7 +182,7 @@ export const useSlashCommandProcessor = ( ], ); - const commandService = useMemo(() => new CommandService(), []); + const commandService = useMemo(() => new CommandService(config), [config]); useEffect(() => { const load = async () => { |
