summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/hooks/slashCommandProcessor.ts
diff options
context:
space:
mode:
authorShreya Keshive <[email protected]>2025-07-16 18:36:14 -0400
committerGitHub <[email protected]>2025-07-16 22:36:14 +0000
commitab9eb9377fdfe7823be8ea0c7c394c5368b28951 (patch)
treead7f0ebf45902513d129d4eb09897a5345cad195 /packages/cli/src/ui/hooks/slashCommandProcessor.ts
parent69a8ae6a89918f4255304975f8653ff808264bc8 (diff)
Add /ide status & /ide install commands to manage IDE integration (#4265)
Diffstat (limited to 'packages/cli/src/ui/hooks/slashCommandProcessor.ts')
-rw-r--r--packages/cli/src/ui/hooks/slashCommandProcessor.ts2
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 () => {