diff --git a/packages/cli/src/ui/components/messages/ToolShared.tsx b/packages/cli/src/ui/components/messages/ToolShared.tsx index fbd2024fa5..1167df3f69 100644 --- a/packages/cli/src/ui/components/messages/ToolShared.tsx +++ b/packages/cli/src/ui/components/messages/ToolShared.tsx @@ -15,13 +15,12 @@ import { SHELL_FOCUS_HINT_DELAY_MS, } from '../../constants.js'; import { theme } from '../../semantic-colors.js'; -import type { - CoreToolCallStatus, - type Config, +import { SHELL_TOOL_NAME, - isCompletedAskUserTool, - type ToolResultDisplay + isCompletedAskUserTool } from '@google/gemini-cli-core'; +import type { Config, ToolResultDisplay , + CoreToolCallStatus} from '@google/gemini-cli-core'; import { useInactivityTimer } from '../../hooks/useInactivityTimer.js'; import { formatCommand } from '../../utils/keybindingUtils.js'; import { Command } from '../../../config/keyBindings.js';