From 0556358560f065dec5e35fd5b0544b18ddcc4495 Mon Sep 17 00:00:00 2001 From: Jacob Richman Date: Fri, 2 May 2025 14:39:39 -0700 Subject: Cleanup low value comments. (#248) --- packages/cli/src/ui/hooks/useGeminiStream.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/cli/src/ui/hooks') diff --git a/packages/cli/src/ui/hooks/useGeminiStream.ts b/packages/cli/src/ui/hooks/useGeminiStream.ts index 9e2901ec..bd2b617c 100644 --- a/packages/cli/src/ui/hooks/useGeminiStream.ts +++ b/packages/cli/src/ui/hooks/useGeminiStream.ts @@ -27,12 +27,12 @@ import { IndividualToolCallDisplay, ToolCallStatus, } from '../types.js'; -import { isAtCommand } from '../utils/commandUtils.js'; // Import the @ command checker +import { isAtCommand } from '../utils/commandUtils.js'; import { useSlashCommandProcessor } from './slashCommandProcessor.js'; import { useShellCommandProcessor } from './shellCommandProcessor.js'; import { usePassthroughProcessor } from './passthroughCommandProcessor.js'; -import { handleAtCommand } from './atCommandProcessor.js'; // Import the @ command handler -import { findSafeSplitPoint } from '../utils/markdownUtilities.js'; // Import the split point finder +import { handleAtCommand } from './atCommandProcessor.js'; +import { findSafeSplitPoint } from '../utils/markdownUtilities.js'; const addHistoryItem = ( setHistory: React.Dispatch>, -- cgit v1.2.3