From 6247cb8ddd3965329ce8f2c563fe02f3f478d7fd Mon Sep 17 00:00:00 2001 From: Miguel Solorio Date: Fri, 23 May 2025 14:34:22 -0700 Subject: [PATCH] Update packages/cli/src/ui/hooks/slashCommandProcessor.ts Co-authored-by: N. Taylor Mullen --- packages/cli/src/ui/hooks/slashCommandProcessor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/ui/hooks/slashCommandProcessor.ts b/packages/cli/src/ui/hooks/slashCommandProcessor.ts index e25d7139..4573303e 100644 --- a/packages/cli/src/ui/hooks/slashCommandProcessor.ts +++ b/packages/cli/src/ui/hooks/slashCommandProcessor.ts @@ -9,7 +9,7 @@ import { type PartListUnion } from '@google/genai'; import open from 'open'; import { UseHistoryManagerReturn } from './useHistoryManager.js'; import { Config } from '@gemini-code/server'; -import { Message, MessageType, HistoryItemWithoutId } from '../types.js'; // Removed HistoryItem +import { Message, MessageType, HistoryItemWithoutId } from '../types.js'; import { createShowMemoryAction } from './useShowMemoryCommand.js'; export interface SlashCommandActionReturn {