From 0cc2a1e7ef904294fff982a4d75bf098b5b262f7 Mon Sep 17 00:00:00 2001 From: Tommaso Sciortino Date: Tue, 19 Aug 2025 15:31:02 -0700 Subject: Remove unnecessary promiuse usage. (#6585) --- packages/cli/src/ui/hooks/atCommandProcessor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/cli/src/ui/hooks/atCommandProcessor.ts') diff --git a/packages/cli/src/ui/hooks/atCommandProcessor.ts b/packages/cli/src/ui/hooks/atCommandProcessor.ts index 50b8fbbd..85ad6f6f 100644 --- a/packages/cli/src/ui/hooks/atCommandProcessor.ts +++ b/packages/cli/src/ui/hooks/atCommandProcessor.ts @@ -157,7 +157,7 @@ export async function handleAtCommand({ both: [], }; - const toolRegistry = await config.getToolRegistry(); + const toolRegistry = config.getToolRegistry(); const readManyFilesTool = toolRegistry.getTool('read_many_files'); const globTool = toolRegistry.getTool('glob'); -- cgit v1.2.3